Shades of Purple Heart #5C36BD
Tints of Purple Heart #5C36BD
RGB
CMYK
RGB Variations
Color information
#5C36BD (or 0x5C36BD) is known color: Purple Heart. HEX triplet: 5C, 36 and BD. RGB value is (92,54,189). Sum of RGB (Red+Green+Blue) = 92+54+189=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C36BD is #A3C942. Grayscale: #505050. Windows color (decimal): -10733891 or 12400220. OLE color: 12400220.
HSL color Cylindrical-coordinate representation of color #5C36BD: hue angle of 256.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C36BD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 54 | 189 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.26 |
| HSL | 256.89º | 0.56% | 0.48% | - |
| HSV(B) | 256.89º | 0.71% | 0.74% | - |
| XYZ | 14.92 | 8.59 | 49.02 | - |
| YUV | 80.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 189 | 0.51 | 0.71 | 0 | 0.26 | 256.89 | 0.56 | 0.48 |
| Hex | 5C | 36 | BD | 33 | 47 | 0 | 1A | 101 | 38 | 30 |
| Octal | 134 | 66 | 275 | 63 | 107 | 0 | 32 | 401 | 70 | 60 |
| Binary | 1011100 | 110110 | 10111101 | 110011 | 1000111 | 0 | 11010 | 100000001 | 111000 | 110000 |
Color Harmonies of #5C36BD
Complementary color
Monochromatic Colors of #5C36BD
Black with #5C36BD
Text Example
Text Example
White with #5C36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C36BD; }
p { color: rgb(92,54,189); }
H1.HeaderClassName
{
color: #5C36BD;
}
.AnyTagClassName
{
color: #5C36BD;
}
</style>
background-color css
<style>
a { background-color: #5C36BD; }
a { background-color: rgb(92,54,189); }
div.DivClassName
{
background-color: #5C36BD;
}
.BgClassName
{
background-color: #5C36BD;
}
</style>
border-color css
<style>
span { border-color: #5C36BD; }
span { border-color: rgb(92,54,189); }
td.TdClassName
{
border-color: #5C36BD;
}
.TagClassName
{
border-color: #5C36BD;
}
</style>