Shades of Purple Heart #5E33CF
Tints of Purple Heart #5E33CF
RGB
CMYK
RGB Variations
Color information
#5E33CF (or 0x5E33CF) is known color: Purple Heart. HEX triplet: 5E, 33 and CF. RGB value is (94,51,207). Sum of RGB (Red+Green+Blue) = 94+51+207=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E33CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33CF is #A1CC30. Grayscale: #515151. Windows color (decimal): -10603569 or 13579102. OLE color: 13579102.
HSL color Cylindrical-coordinate representation of color #5E33CF: hue angle of 256.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E33CF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 51 | 207 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.19 |
| HSL | 256.54º | 0.62% | 0.51% | - |
| HSV(B) | 256.54º | 0.75% | 0.81% | - |
| XYZ | 17.06 | 9.25 | 59.92 | - |
| YUV | 81.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 207 | 0.55 | 0.75 | 0 | 0.19 | 256.54 | 0.62 | 0.51 |
| Hex | 5E | 33 | CF | 37 | 4B | 0 | 13 | 101 | 3E | 33 |
| Octal | 136 | 63 | 317 | 67 | 113 | 0 | 23 | 401 | 76 | 63 |
| Binary | 1011110 | 110011 | 11001111 | 110111 | 1001011 | 0 | 10011 | 100000001 | 111110 | 110011 |
Color Harmonies of #5E33CF
Complementary color
Monochromatic Colors of #5E33CF
Black with #5E33CF
Text Example
Text Example
White with #5E33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E33CF; }
p { color: rgb(94,51,207); }
H1.HeaderClassName
{
color: #5E33CF;
}
.AnyTagClassName
{
color: #5E33CF;
}
</style>
background-color css
<style>
a { background-color: #5E33CF; }
a { background-color: rgb(94,51,207); }
div.DivClassName
{
background-color: #5E33CF;
}
.BgClassName
{
background-color: #5E33CF;
}
</style>
border-color css
<style>
span { border-color: #5E33CF; }
span { border-color: rgb(94,51,207); }
td.TdClassName
{
border-color: #5E33CF;
}
.TagClassName
{
border-color: #5E33CF;
}
</style>