Shades of Purple Heart #5E13CB
Tints of Purple Heart #5E13CB
RGB
CMYK
RGB Variations
Color information
#5E13CB (or 0x5E13CB) is known color: Purple Heart. HEX triplet: 5E, 13 and CB. RGB value is (94,19,203). Sum of RGB (Red+Green+Blue) = 94+19+203=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E13CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13CB is #A1EC34. Grayscale: #3D3D3D. Windows color (decimal): -10611765 or 13308766. OLE color: 13308766.
HSL color Cylindrical-coordinate representation of color #5E13CB: hue angle of 264.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13CB is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 19 | 203 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.20 |
| HSL | 264.46º | 0.83% | 0.44% | - |
| HSV(B) | 264.46º | 0.91% | 0.8% | - |
| XYZ | 15.63 | 7.16 | 57.06 | - |
| YUV | 62.4 | 207.35 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 203 | 0.54 | 0.91 | 0 | 0.20 | 264.46 | 0.83 | 0.44 |
| Hex | 5E | 13 | CB | 36 | 5B | 0 | 14 | 108 | 53 | 2C |
| Octal | 136 | 23 | 313 | 66 | 133 | 0 | 24 | 410 | 123 | 54 |
| Binary | 1011110 | 10011 | 11001011 | 110110 | 1011011 | 0 | 10100 | 100001000 | 1010011 | 101100 |
Color Harmonies of #5E13CB
Complementary color
Monochromatic Colors of #5E13CB
Black with #5E13CB
Text Example
Text Example
White with #5E13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E13CB; }
p { color: rgb(94,19,203); }
H1.HeaderClassName
{
color: #5E13CB;
}
.AnyTagClassName
{
color: #5E13CB;
}
</style>
background-color css
<style>
a { background-color: #5E13CB; }
a { background-color: rgb(94,19,203); }
div.DivClassName
{
background-color: #5E13CB;
}
.BgClassName
{
background-color: #5E13CB;
}
</style>
border-color css
<style>
span { border-color: #5E13CB; }
span { border-color: rgb(94,19,203); }
td.TdClassName
{
border-color: #5E13CB;
}
.TagClassName
{
border-color: #5E13CB;
}
</style>