Shades of Purple Heart #5B04CE
Tints of Purple Heart #5B04CE
RGB
CMYK
RGB Variations
Color information
#5B04CE (or 0x5B04CE) is known color: Purple Heart. HEX triplet: 5B, 04 and CE. RGB value is (91,4,206). Sum of RGB (Red+Green+Blue) = 91+4+206=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B04CE is #A4FB31. Grayscale: #343434. Windows color (decimal): -10812210 or 13501531. OLE color: 13501531.
HSL color Cylindrical-coordinate representation of color #5B04CE: hue angle of 265.84º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B04CE is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 4 | 206 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.19 |
| HSL | 265.84º | 0.96% | 0.41% | - |
| HSV(B) | 265.84º | 0.98% | 0.81% | - |
| XYZ | 15.5 | 6.77 | 58.88 | - |
| YUV | 53.04 | 214.32 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 206 | 0.56 | 0.98 | 0 | 0.19 | 265.84 | 0.96 | 0.41 |
| Hex | 5B | 4 | CE | 38 | 62 | 0 | 13 | 10A | 60 | 29 |
| Octal | 133 | 4 | 316 | 70 | 142 | 0 | 23 | 412 | 140 | 51 |
| Binary | 1011011 | 100 | 11001110 | 111000 | 1100010 | 0 | 10011 | 100001010 | 1100000 | 101001 |
Color Harmonies of #5B04CE
Complementary color
Monochromatic Colors of #5B04CE
Black with #5B04CE
Text Example
Text Example
White with #5B04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B04CE; }
p { color: rgb(91,4,206); }
H1.HeaderClassName
{
color: #5B04CE;
}
.AnyTagClassName
{
color: #5B04CE;
}
</style>
background-color css
<style>
a { background-color: #5B04CE; }
a { background-color: rgb(91,4,206); }
div.DivClassName
{
background-color: #5B04CE;
}
.BgClassName
{
background-color: #5B04CE;
}
</style>
border-color css
<style>
span { border-color: #5B04CE; }
span { border-color: rgb(91,4,206); }
td.TdClassName
{
border-color: #5B04CE;
}
.TagClassName
{
border-color: #5B04CE;
}
</style>