Shades of Purple Heart #5B04CF
Tints of Purple Heart #5B04CF
RGB
CMYK
RGB Variations
Color information
#5B04CF (or 0x5B04CF) is known color: Purple Heart. HEX triplet: 5B, 04 and CF. RGB value is (91,4,207). Sum of RGB (Red+Green+Blue) = 91+4+207=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B04CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B04CF is #A4FB30. Grayscale: #343434. Windows color (decimal): -10812209 or 13567067. OLE color: 13567067.
HSL color Cylindrical-coordinate representation of color #5B04CF: hue angle of 265.71º 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 #5B04CF is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 4 | 207 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.19 |
| HSL | 265.71º | 0.96% | 0.41% | - |
| HSV(B) | 265.71º | 0.98% | 0.81% | - |
| XYZ | 15.62 | 6.82 | 59.52 | - |
| YUV | 53.16 | 214.82 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 207 | 0.56 | 0.98 | 0 | 0.19 | 265.71 | 0.96 | 0.41 |
| Hex | 5B | 4 | CF | 38 | 62 | 0 | 13 | 10A | 60 | 29 |
| Octal | 133 | 4 | 317 | 70 | 142 | 0 | 23 | 412 | 140 | 51 |
| Binary | 1011011 | 100 | 11001111 | 111000 | 1100010 | 0 | 10011 | 100001010 | 1100000 | 101001 |
Color Harmonies of #5B04CF
Complementary color
Monochromatic Colors of #5B04CF
Black with #5B04CF
Text Example
Text Example
White with #5B04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B04CF; }
p { color: rgb(91,4,207); }
H1.HeaderClassName
{
color: #5B04CF;
}
.AnyTagClassName
{
color: #5B04CF;
}
</style>
background-color css
<style>
a { background-color: #5B04CF; }
a { background-color: rgb(91,4,207); }
div.DivClassName
{
background-color: #5B04CF;
}
.BgClassName
{
background-color: #5B04CF;
}
</style>
border-color css
<style>
span { border-color: #5B04CF; }
span { border-color: rgb(91,4,207); }
td.TdClassName
{
border-color: #5B04CF;
}
.TagClassName
{
border-color: #5B04CF;
}
</style>