Shades of Purple Heart #530CCC
Tints of Purple Heart #530CCC
RGB
CMYK
RGB Variations
Color information
#530CCC (or 0x530CCC) is known color: Purple Heart. HEX triplet: 53, 0C and CC. RGB value is (83,12,204). Sum of RGB (Red+Green+Blue) = 83+12+204=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #530CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CCC is #ACF333. Grayscale: #363636. Windows color (decimal): -11334452 or 13372499. OLE color: 13372499.
HSL color Cylindrical-coordinate representation of color #530CCC: hue angle of 262.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CCC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 12 | 204 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.2 |
| HSL | 262.19º | 0.89% | 0.42% | - |
| HSV(B) | 262.19º | 0.94% | 0.8% | - |
| XYZ | 14.6 | 6.46 | 57.6 | - |
| YUV | 55.12 | 212.02 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 204 | 0.59 | 0.94 | 0 | 0.2 | 262.19 | 0.89 | 0.42 |
| Hex | 53 | C | CC | 3B | 5E | 0 | 14 | 106 | 59 | 2A |
| Octal | 123 | 14 | 314 | 73 | 136 | 0 | 24 | 406 | 131 | 52 |
| Binary | 1010011 | 1100 | 11001100 | 111011 | 1011110 | 0 | 10100 | 100000110 | 1011001 | 101010 |
Color Harmonies of #530CCC
Complementary color
Monochromatic Colors of #530CCC
Black with #530CCC
Text Example
Text Example
White with #530CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CCC; }
p { color: rgb(83,12,204); }
H1.HeaderClassName
{
color: #530CCC;
}
.AnyTagClassName
{
color: #530CCC;
}
</style>
background-color css
<style>
a { background-color: #530CCC; }
a { background-color: rgb(83,12,204); }
div.DivClassName
{
background-color: #530CCC;
}
.BgClassName
{
background-color: #530CCC;
}
</style>
border-color css
<style>
span { border-color: #530CCC; }
span { border-color: rgb(83,12,204); }
td.TdClassName
{
border-color: #530CCC;
}
.TagClassName
{
border-color: #530CCC;
}
</style>