Shades of Purple Heart #5B02CE
Tints of Purple Heart #5B02CE
RGB
CMYK
RGB Variations
Color information
#5B02CE (or 0x5B02CE) is known color: Purple Heart. HEX triplet: 5B, 02 and CE. RGB value is (91,2,206). Sum of RGB (Red+Green+Blue) = 91+2+206=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B02CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B02CE is #A4FD31. Grayscale: #333333. Windows color (decimal): -10812722 or 13501019. OLE color: 13501019.
HSL color Cylindrical-coordinate representation of color #5B02CE: hue angle of 266.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B02CE is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 2 | 206 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.19 |
| HSL | 266.18º | 0.98% | 0.41% | - |
| HSV(B) | 266.18º | 0.99% | 0.81% | - |
| XYZ | 15.48 | 6.72 | 58.87 | - |
| YUV | 51.87 | 214.99 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 206 | 0.56 | 0.99 | 0 | 0.19 | 266.18 | 0.98 | 0.41 |
| Hex | 5B | 2 | CE | 38 | 63 | 0 | 13 | 10A | 62 | 29 |
| Octal | 133 | 2 | 316 | 70 | 143 | 0 | 23 | 412 | 142 | 51 |
| Binary | 1011011 | 10 | 11001110 | 111000 | 1100011 | 0 | 10011 | 100001010 | 1100010 | 101001 |
Color Harmonies of #5B02CE
Complementary color
Monochromatic Colors of #5B02CE
Black with #5B02CE
Text Example
Text Example
White with #5B02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B02CE; }
p { color: rgb(91,2,206); }
H1.HeaderClassName
{
color: #5B02CE;
}
.AnyTagClassName
{
color: #5B02CE;
}
</style>
background-color css
<style>
a { background-color: #5B02CE; }
a { background-color: rgb(91,2,206); }
div.DivClassName
{
background-color: #5B02CE;
}
.BgClassName
{
background-color: #5B02CE;
}
</style>
border-color css
<style>
span { border-color: #5B02CE; }
span { border-color: rgb(91,2,206); }
td.TdClassName
{
border-color: #5B02CE;
}
.TagClassName
{
border-color: #5B02CE;
}
</style>