Shades of Purple Heart #5C09B9
Tints of Purple Heart #5C09B9
RGB
CMYK
RGB Variations
Color information
#5C09B9 (or 0x5C09B9) is known color: Purple Heart. HEX triplet: 5C, 09 and B9. RGB value is (92,9,185). Sum of RGB (Red+Green+Blue) = 92+9+185=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C09B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C09B9 is #A3F646. Grayscale: #353535. Windows color (decimal): -10745415 or 12126556. OLE color: 12126556.
HSL color Cylindrical-coordinate representation of color #5C09B9: hue angle of 268.3º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C09B9 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 9 | 185 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.27 |
| HSL | 268.3º | 0.91% | 0.38% | - |
| HSV(B) | 268.3º | 0.95% | 0.73% | - |
| XYZ | 13.27 | 5.97 | 46.35 | - |
| YUV | 53.88 | 202 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 185 | 0.50 | 0.95 | 0 | 0.27 | 268.3 | 0.91 | 0.38 |
| Hex | 5C | 9 | B9 | 32 | 5F | 0 | 1B | 10C | 5B | 26 |
| Octal | 134 | 11 | 271 | 62 | 137 | 0 | 33 | 414 | 133 | 46 |
| Binary | 1011100 | 1001 | 10111001 | 110010 | 1011111 | 0 | 11011 | 100001100 | 1011011 | 100110 |
Color Harmonies of #5C09B9
Complementary color
Monochromatic Colors of #5C09B9
Black with #5C09B9
Text Example
Text Example
White with #5C09B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C09B9; }
p { color: rgb(92,9,185); }
H1.HeaderClassName
{
color: #5C09B9;
}
.AnyTagClassName
{
color: #5C09B9;
}
</style>
background-color css
<style>
a { background-color: #5C09B9; }
a { background-color: rgb(92,9,185); }
div.DivClassName
{
background-color: #5C09B9;
}
.BgClassName
{
background-color: #5C09B9;
}
</style>
border-color css
<style>
span { border-color: #5C09B9; }
span { border-color: rgb(92,9,185); }
td.TdClassName
{
border-color: #5C09B9;
}
.TagClassName
{
border-color: #5C09B9;
}
</style>