Shades of Purple Heart #530CCE
Tints of Purple Heart #530CCE
RGB
CMYK
RGB Variations
Color information
#530CCE (or 0x530CCE) is known color: Purple Heart. HEX triplet: 53, 0C and CE. RGB value is (83,12,206). Sum of RGB (Red+Green+Blue) = 83+12+206=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #530CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CCE is #ACF331. Grayscale: #363636. Windows color (decimal): -11334450 or 13503571. OLE color: 13503571.
HSL color Cylindrical-coordinate representation of color #530CCE: hue angle of 261.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CCE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 12 | 206 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.19 |
| HSL | 261.96º | 0.89% | 0.43% | - |
| HSV(B) | 261.96º | 0.94% | 0.81% | - |
| XYZ | 14.84 | 6.56 | 58.88 | - |
| YUV | 55.35 | 213.02 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 206 | 0.60 | 0.94 | 0 | 0.19 | 261.96 | 0.89 | 0.43 |
| Hex | 53 | C | CE | 3C | 5E | 0 | 13 | 106 | 59 | 2B |
| Octal | 123 | 14 | 316 | 74 | 136 | 0 | 23 | 406 | 131 | 53 |
| Binary | 1010011 | 1100 | 11001110 | 111100 | 1011110 | 0 | 10011 | 100000110 | 1011001 | 101011 |
Color Harmonies of #530CCE
Complementary color
Monochromatic Colors of #530CCE
Black with #530CCE
Text Example
Text Example
White with #530CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CCE; }
p { color: rgb(83,12,206); }
H1.HeaderClassName
{
color: #530CCE;
}
.AnyTagClassName
{
color: #530CCE;
}
</style>
background-color css
<style>
a { background-color: #530CCE; }
a { background-color: rgb(83,12,206); }
div.DivClassName
{
background-color: #530CCE;
}
.BgClassName
{
background-color: #530CCE;
}
</style>
border-color css
<style>
span { border-color: #530CCE; }
span { border-color: rgb(83,12,206); }
td.TdClassName
{
border-color: #530CCE;
}
.TagClassName
{
border-color: #530CCE;
}
</style>