Shades of Purple Heart #5C0BC8
Tints of Purple Heart #5C0BC8
RGB
CMYK
RGB Variations
Color information
#5C0BC8 (or 0x5C0BC8) is known color: Purple Heart. HEX triplet: 5C, 0B and C8. RGB value is (92,11,200). Sum of RGB (Red+Green+Blue) = 92+11+200=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 200 (78.52% from 255 or 66.01% from 303); Max value from RGB is 200 - color contains mainly: blue. Hex color #5C0BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BC8 is #A3F437. Grayscale: #383838. Windows color (decimal): -10744888 or 13110108. OLE color: 13110108.
HSL color Cylindrical-coordinate representation of color #5C0BC8: hue angle of 265.71º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0BC8 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 11 | 200 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.22 |
| HSL | 265.71º | 0.9% | 0.41% | - |
| HSV(B) | 265.71º | 0.95% | 0.78% | - |
| XYZ | 14.96 | 6.68 | 55.15 | - |
| YUV | 56.77 | 208.84 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 200 | 0.54 | 0.94 | 0 | 0.22 | 265.71 | 0.9 | 0.41 |
| Hex | 5C | B | C8 | 36 | 5E | 0 | 16 | 10A | 5A | 29 |
| Octal | 134 | 13 | 310 | 66 | 136 | 0 | 26 | 412 | 132 | 51 |
| Binary | 1011100 | 1011 | 11001000 | 110110 | 1011110 | 0 | 10110 | 100001010 | 1011010 | 101001 |
Color Harmonies of #5C0BC8
Complementary color
Monochromatic Colors of #5C0BC8
Black with #5C0BC8
Text Example
Text Example
White with #5C0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0BC8; }
p { color: rgb(92,11,200); }
H1.HeaderClassName
{
color: #5C0BC8;
}
.AnyTagClassName
{
color: #5C0BC8;
}
</style>
background-color css
<style>
a { background-color: #5C0BC8; }
a { background-color: rgb(92,11,200); }
div.DivClassName
{
background-color: #5C0BC8;
}
.BgClassName
{
background-color: #5C0BC8;
}
</style>
border-color css
<style>
span { border-color: #5C0BC8; }
span { border-color: rgb(92,11,200); }
td.TdClassName
{
border-color: #5C0BC8;
}
.TagClassName
{
border-color: #5C0BC8;
}
</style>