Shades of Purple Heart #5C2BC9
Tints of Purple Heart #5C2BC9
RGB
CMYK
RGB Variations
Color information
#5C2BC9 (or 0x5C2BC9) is known color: Purple Heart. HEX triplet: 5C, 2B and C9. RGB value is (92,43,201). Sum of RGB (Red+Green+Blue) = 92+43+201=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C2BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2BC9 is #A3D436. Grayscale: #4B4B4B. Windows color (decimal): -10736695 or 13183836. OLE color: 13183836.
HSL color Cylindrical-coordinate representation of color #5C2BC9: hue angle of 258.61º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C2BC9 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 43 | 201 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.21 |
| HSL | 258.61º | 0.65% | 0.48% | - |
| HSV(B) | 258.61º | 0.79% | 0.79% | - |
| XYZ | 15.82 | 8.22 | 56.01 | - |
| YUV | 75.66 | 198.73 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 201 | 0.54 | 0.79 | 0 | 0.21 | 258.61 | 0.65 | 0.48 |
| Hex | 5C | 2B | C9 | 36 | 4F | 0 | 15 | 103 | 41 | 30 |
| Octal | 134 | 53 | 311 | 66 | 117 | 0 | 25 | 403 | 101 | 60 |
| Binary | 1011100 | 101011 | 11001001 | 110110 | 1001111 | 0 | 10101 | 100000011 | 1000001 | 110000 |
Color Harmonies of #5C2BC9
Complementary color
Monochromatic Colors of #5C2BC9
Black with #5C2BC9
Text Example
Text Example
White with #5C2BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2BC9; }
p { color: rgb(92,43,201); }
H1.HeaderClassName
{
color: #5C2BC9;
}
.AnyTagClassName
{
color: #5C2BC9;
}
</style>
background-color css
<style>
a { background-color: #5C2BC9; }
a { background-color: rgb(92,43,201); }
div.DivClassName
{
background-color: #5C2BC9;
}
.BgClassName
{
background-color: #5C2BC9;
}
</style>
border-color css
<style>
span { border-color: #5C2BC9; }
span { border-color: rgb(92,43,201); }
td.TdClassName
{
border-color: #5C2BC9;
}
.TagClassName
{
border-color: #5C2BC9;
}
</style>