Shades of Purple Heart #5412CB
Tints of Purple Heart #5412CB
RGB
CMYK
RGB Variations
Color information
#5412CB (or 0x5412CB) is known color: Purple Heart. HEX triplet: 54, 12 and CB. RGB value is (84,18,203). Sum of RGB (Red+Green+Blue) = 84+18+203=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #5412CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5412CB is #ABED34. Grayscale: #3A3A3A. Windows color (decimal): -11267381 or 13308500. OLE color: 13308500.
HSL color Cylindrical-coordinate representation of color #5412CB: hue angle of 261.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5412CB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 18 | 203 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.20 |
| HSL | 261.41º | 0.84% | 0.43% | - |
| HSV(B) | 261.41º | 0.91% | 0.8% | - |
| XYZ | 14.65 | 6.63 | 57.01 | - |
| YUV | 58.82 | 209.37 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 203 | 0.59 | 0.91 | 0 | 0.20 | 261.41 | 0.84 | 0.43 |
| Hex | 54 | 12 | CB | 3B | 5B | 0 | 14 | 105 | 54 | 2B |
| Octal | 124 | 22 | 313 | 73 | 133 | 0 | 24 | 405 | 124 | 53 |
| Binary | 1010100 | 10010 | 11001011 | 111011 | 1011011 | 0 | 10100 | 100000101 | 1010100 | 101011 |
Color Harmonies of #5412CB
Complementary color
Monochromatic Colors of #5412CB
Black with #5412CB
Text Example
Text Example
White with #5412CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5412CB; }
p { color: rgb(84,18,203); }
H1.HeaderClassName
{
color: #5412CB;
}
.AnyTagClassName
{
color: #5412CB;
}
</style>
background-color css
<style>
a { background-color: #5412CB; }
a { background-color: rgb(84,18,203); }
div.DivClassName
{
background-color: #5412CB;
}
.BgClassName
{
background-color: #5412CB;
}
</style>
border-color css
<style>
span { border-color: #5412CB; }
span { border-color: rgb(84,18,203); }
td.TdClassName
{
border-color: #5412CB;
}
.TagClassName
{
border-color: #5412CB;
}
</style>