Shades of Purple Heart #5C0BC9
Tints of Purple Heart #5C0BC9
RGB
CMYK
RGB Variations
Color information
#5C0BC9 (or 0x5C0BC9) is known color: Purple Heart. HEX triplet: 5C, 0B and C9. RGB value is (92,11,201). Sum of RGB (Red+Green+Blue) = 92+11+201=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 201 (78.91% from 255 or 66.12% from 304); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C0BC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BC9 is #A3F436. Grayscale: #383838. Windows color (decimal): -10744887 or 13175644. OLE color: 13175644.
HSL color Cylindrical-coordinate representation of color #5C0BC9: hue angle of 265.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0BC9 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 11 | 201 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.21 |
| HSL | 265.58º | 0.9% | 0.42% | - |
| HSV(B) | 265.58º | 0.95% | 0.79% | - |
| XYZ | 15.08 | 6.73 | 55.76 | - |
| YUV | 56.88 | 209.34 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 201 | 0.54 | 0.95 | 0 | 0.21 | 265.58 | 0.9 | 0.42 |
| Hex | 5C | B | C9 | 36 | 5F | 0 | 15 | 10A | 5A | 2A |
| Octal | 134 | 13 | 311 | 66 | 137 | 0 | 25 | 412 | 132 | 52 |
| Binary | 1011100 | 1011 | 11001001 | 110110 | 1011111 | 0 | 10101 | 100001010 | 1011010 | 101010 |
Color Harmonies of #5C0BC9
Complementary color
Monochromatic Colors of #5C0BC9
Black with #5C0BC9
Text Example
Text Example
White with #5C0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0BC9; }
p { color: rgb(92,11,201); }
H1.HeaderClassName
{
color: #5C0BC9;
}
.AnyTagClassName
{
color: #5C0BC9;
}
</style>
background-color css
<style>
a { background-color: #5C0BC9; }
a { background-color: rgb(92,11,201); }
div.DivClassName
{
background-color: #5C0BC9;
}
.BgClassName
{
background-color: #5C0BC9;
}
</style>
border-color css
<style>
span { border-color: #5C0BC9; }
span { border-color: rgb(92,11,201); }
td.TdClassName
{
border-color: #5C0BC9;
}
.TagClassName
{
border-color: #5C0BC9;
}
</style>