Shades of Purple Heart #5B23DC
Tints of Purple Heart #5B23DC
RGB
CMYK
RGB Variations
Color information
#5B23DC (or 0x5B23DC) is known color: Purple Heart. HEX triplet: 5B, 23 and DC. RGB value is (91,35,220). Sum of RGB (Red+Green+Blue) = 91+35+220=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B23DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B23DC is #A4DC23. Grayscale: #484848. Windows color (decimal): -10804260 or 14426971. OLE color: 14426971.
HSL color Cylindrical-coordinate representation of color #5B23DC: hue angle of 258.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B23DC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 35 | 220 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.14 |
| HSL | 258.16º | 0.73% | 0.5% | - |
| HSV(B) | 258.16º | 0.84% | 0.86% | - |
| XYZ | 17.83 | 8.59 | 68.43 | - |
| YUV | 72.83 | 211.05 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 220 | 0.59 | 0.84 | 0 | 0.14 | 258.16 | 0.73 | 0.5 |
| Hex | 5B | 23 | DC | 3B | 54 | 0 | E | 102 | 49 | 32 |
| Octal | 133 | 43 | 334 | 73 | 124 | 0 | 16 | 402 | 111 | 62 |
| Binary | 1011011 | 100011 | 11011100 | 111011 | 1010100 | 0 | 1110 | 100000010 | 1001001 | 110010 |
Color Harmonies of #5B23DC
Complementary color
Monochromatic Colors of #5B23DC
Black with #5B23DC
Text Example
Text Example
White with #5B23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23DC; }
p { color: rgb(91,35,220); }
H1.HeaderClassName
{
color: #5B23DC;
}
.AnyTagClassName
{
color: #5B23DC;
}
</style>
background-color css
<style>
a { background-color: #5B23DC; }
a { background-color: rgb(91,35,220); }
div.DivClassName
{
background-color: #5B23DC;
}
.BgClassName
{
background-color: #5B23DC;
}
</style>
border-color css
<style>
span { border-color: #5B23DC; }
span { border-color: rgb(91,35,220); }
td.TdClassName
{
border-color: #5B23DC;
}
.TagClassName
{
border-color: #5B23DC;
}
</style>