Shades of Purple Heart #5C02B6
Tints of Purple Heart #5C02B6
RGB
CMYK
RGB Variations
Color information
#5C02B6 (or 0x5C02B6) is known color: Purple Heart. HEX triplet: 5C, 02 and B6. RGB value is (92,2,182). Sum of RGB (Red+Green+Blue) = 92+2+182=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 182 (71.48% from 255 or 65.94% from 276); Max value from RGB is 182 - color contains mainly: blue. Hex color #5C02B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C02B6 is #A3FD49. Grayscale: #303030. Windows color (decimal): -10747210 or 11928156. OLE color: 11928156.
HSL color Cylindrical-coordinate representation of color #5C02B6: hue angle of 270º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C02B6 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 2 | 182 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.29 |
| HSL | 270º | 0.98% | 0.36% | - |
| HSV(B) | 270º | 0.99% | 0.71% | - |
| XYZ | 12.88 | 5.7 | 44.68 | - |
| YUV | 49.43 | 202.82 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 182 | 0.49 | 0.99 | 0 | 0.29 | 270 | 0.98 | 0.36 |
| Hex | 5C | 2 | B6 | 31 | 63 | 0 | 1D | 10E | 62 | 24 |
| Octal | 134 | 2 | 266 | 61 | 143 | 0 | 35 | 416 | 142 | 44 |
| Binary | 1011100 | 10 | 10110110 | 110001 | 1100011 | 0 | 11101 | 100001110 | 1100010 | 100100 |
Color Harmonies of #5C02B6
Complementary color
Monochromatic Colors of #5C02B6
Black with #5C02B6
Text Example
Text Example
White with #5C02B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C02B6; }
p { color: rgb(92,2,182); }
H1.HeaderClassName
{
color: #5C02B6;
}
.AnyTagClassName
{
color: #5C02B6;
}
</style>
background-color css
<style>
a { background-color: #5C02B6; }
a { background-color: rgb(92,2,182); }
div.DivClassName
{
background-color: #5C02B6;
}
.BgClassName
{
background-color: #5C02B6;
}
</style>
border-color css
<style>
span { border-color: #5C02B6; }
span { border-color: rgb(92,2,182); }
td.TdClassName
{
border-color: #5C02B6;
}
.TagClassName
{
border-color: #5C02B6;
}
</style>