Shades of Purple Heart #5402C2
Tints of Purple Heart #5402C2
RGB
CMYK
RGB Variations
Color information
#5402C2 (or 0x5402C2) is known color: Purple Heart. HEX triplet: 54, 02 and C2. RGB value is (84,2,194). Sum of RGB (Red+Green+Blue) = 84+2+194=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 194 (76.17% from 255 or 69.29% from 280); Max value from RGB is 194 - color contains mainly: blue. Hex color #5402C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5402C2 is #ABFD3D. Grayscale: #2F2F2F. Windows color (decimal): -11271486 or 12714580. OLE color: 12714580.
HSL color Cylindrical-coordinate representation of color #5402C2: hue angle of 265.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402C2 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 2 | 194 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.24 |
| HSL | 265.63º | 0.98% | 0.38% | - |
| HSV(B) | 265.63º | 0.99% | 0.76% | - |
| XYZ | 13.42 | 5.82 | 51.46 | - |
| YUV | 48.41 | 210.17 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 194 | 0.57 | 0.99 | 0 | 0.24 | 265.63 | 0.98 | 0.38 |
| Hex | 54 | 2 | C2 | 39 | 63 | 0 | 18 | 10A | 62 | 26 |
| Octal | 124 | 2 | 302 | 71 | 143 | 0 | 30 | 412 | 142 | 46 |
| Binary | 1010100 | 10 | 11000010 | 111001 | 1100011 | 0 | 11000 | 100001010 | 1100010 | 100110 |
Color Harmonies of #5402C2
Complementary color
Monochromatic Colors of #5402C2
Black with #5402C2
Text Example
Text Example
White with #5402C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5402C2; }
p { color: rgb(84,2,194); }
H1.HeaderClassName
{
color: #5402C2;
}
.AnyTagClassName
{
color: #5402C2;
}
</style>
background-color css
<style>
a { background-color: #5402C2; }
a { background-color: rgb(84,2,194); }
div.DivClassName
{
background-color: #5402C2;
}
.BgClassName
{
background-color: #5402C2;
}
</style>
border-color css
<style>
span { border-color: #5402C2; }
span { border-color: rgb(84,2,194); }
td.TdClassName
{
border-color: #5402C2;
}
.TagClassName
{
border-color: #5402C2;
}
</style>