Shades of Purple Heart #5C36D0
Tints of Purple Heart #5C36D0
RGB
CMYK
RGB Variations
Color information
#5C36D0 (or 0x5C36D0) is known color: Purple Heart. HEX triplet: 5C, 36 and D0. RGB value is (92,54,208). Sum of RGB (Red+Green+Blue) = 92+54+208=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C36D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C36D0 is #A3C92F. Grayscale: #525252. Windows color (decimal): -10733872 or 13645404. OLE color: 13645404.
HSL color Cylindrical-coordinate representation of color #5C36D0: hue angle of 254.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C36D0 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 54 | 208 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.18 |
| HSL | 254.81º | 0.62% | 0.51% | - |
| HSV(B) | 254.81º | 0.74% | 0.82% | - |
| XYZ | 17.12 | 9.47 | 60.6 | - |
| YUV | 82.92 | 198.59 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 208 | 0.56 | 0.74 | 0 | 0.18 | 254.81 | 0.62 | 0.51 |
| Hex | 5C | 36 | D0 | 38 | 4A | 0 | 12 | FF | 3E | 33 |
| Octal | 134 | 66 | 320 | 70 | 112 | 0 | 22 | 377 | 76 | 63 |
| Binary | 1011100 | 110110 | 11010000 | 111000 | 1001010 | 0 | 10010 | 11111111 | 111110 | 110011 |
Color Harmonies of #5C36D0
Complementary color
Monochromatic Colors of #5C36D0
Black with #5C36D0
Text Example
Text Example
White with #5C36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C36D0; }
p { color: rgb(92,54,208); }
H1.HeaderClassName
{
color: #5C36D0;
}
.AnyTagClassName
{
color: #5C36D0;
}
</style>
background-color css
<style>
a { background-color: #5C36D0; }
a { background-color: rgb(92,54,208); }
div.DivClassName
{
background-color: #5C36D0;
}
.BgClassName
{
background-color: #5C36D0;
}
</style>
border-color css
<style>
span { border-color: #5C36D0; }
span { border-color: rgb(92,54,208); }
td.TdClassName
{
border-color: #5C36D0;
}
.TagClassName
{
border-color: #5C36D0;
}
</style>