Shades of Purple Heart #5730CC
Tints of Purple Heart #5730CC
RGB
CMYK
RGB Variations
Color information
#5730CC (or 0x5730CC) is known color: Purple Heart. HEX triplet: 57, 30 and CC. RGB value is (87,48,204). Sum of RGB (Red+Green+Blue) = 87+48+204=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #5730CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5730CC is #A8CF33. Grayscale: #4C4C4C. Windows color (decimal): -11063092 or 13381719. OLE color: 13381719.
HSL color Cylindrical-coordinate representation of color #5730CC: hue angle of 255º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5730CC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 48 | 204 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.2 |
| HSL | 255º | 0.62% | 0.49% | - |
| HSV(B) | 255º | 0.76% | 0.8% | - |
| XYZ | 15.89 | 8.5 | 57.93 | - |
| YUV | 77.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 204 | 0.57 | 0.76 | 0 | 0.2 | 255 | 0.62 | 0.49 |
| Hex | 57 | 30 | CC | 39 | 4C | 0 | 14 | FF | 3E | 31 |
| Octal | 127 | 60 | 314 | 71 | 114 | 0 | 24 | 377 | 76 | 61 |
| Binary | 1010111 | 110000 | 11001100 | 111001 | 1001100 | 0 | 10100 | 11111111 | 111110 | 110001 |
Color Harmonies of #5730CC
Complementary color
Monochromatic Colors of #5730CC
Black with #5730CC
Text Example
Text Example
White with #5730CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5730CC; }
p { color: rgb(87,48,204); }
H1.HeaderClassName
{
color: #5730CC;
}
.AnyTagClassName
{
color: #5730CC;
}
</style>
background-color css
<style>
a { background-color: #5730CC; }
a { background-color: rgb(87,48,204); }
div.DivClassName
{
background-color: #5730CC;
}
.BgClassName
{
background-color: #5730CC;
}
</style>
border-color css
<style>
span { border-color: #5730CC; }
span { border-color: rgb(87,48,204); }
td.TdClassName
{
border-color: #5730CC;
}
.TagClassName
{
border-color: #5730CC;
}
</style>