Shades of Purple Heart #5C0DBE
Tints of Purple Heart #5C0DBE
RGB
CMYK
RGB Variations
Color information
#5C0DBE (or 0x5C0DBE) is known color: Purple Heart. HEX triplet: 5C, 0D and BE. RGB value is (92,13,190). Sum of RGB (Red+Green+Blue) = 92+13+190=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C0DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0DBE is #A3F241. Grayscale: #383838. Windows color (decimal): -10744386 or 12455260. OLE color: 12455260.
HSL color Cylindrical-coordinate representation of color #5C0DBE: hue angle of 266.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0DBE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 13 | 190 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.25 |
| HSL | 266.78º | 0.87% | 0.4% | - |
| HSV(B) | 266.78º | 0.93% | 0.75% | - |
| XYZ | 13.85 | 6.28 | 49.2 | - |
| YUV | 56.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 190 | 0.52 | 0.93 | 0 | 0.25 | 266.78 | 0.87 | 0.4 |
| Hex | 5C | D | BE | 34 | 5D | 0 | 19 | 10B | 57 | 28 |
| Octal | 134 | 15 | 276 | 64 | 135 | 0 | 31 | 413 | 127 | 50 |
| Binary | 1011100 | 1101 | 10111110 | 110100 | 1011101 | 0 | 11001 | 100001011 | 1010111 | 101000 |
Color Harmonies of #5C0DBE
Complementary color
Monochromatic Colors of #5C0DBE
Black with #5C0DBE
Text Example
Text Example
White with #5C0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0DBE; }
p { color: rgb(92,13,190); }
H1.HeaderClassName
{
color: #5C0DBE;
}
.AnyTagClassName
{
color: #5C0DBE;
}
</style>
background-color css
<style>
a { background-color: #5C0DBE; }
a { background-color: rgb(92,13,190); }
div.DivClassName
{
background-color: #5C0DBE;
}
.BgClassName
{
background-color: #5C0DBE;
}
</style>
border-color css
<style>
span { border-color: #5C0DBE; }
span { border-color: rgb(92,13,190); }
td.TdClassName
{
border-color: #5C0DBE;
}
.TagClassName
{
border-color: #5C0DBE;
}
</style>