Shades of Purple Heart #5E09CD
Tints of Purple Heart #5E09CD
RGB
CMYK
RGB Variations
Color information
#5E09CD (or 0x5E09CD) is known color: Purple Heart. HEX triplet: 5E, 09 and CD. RGB value is (94,9,205). Sum of RGB (Red+Green+Blue) = 94+9+205=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E09CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E09CD is #A1F632. Grayscale: #383838. Windows color (decimal): -10614323 or 13437278. OLE color: 13437278.
HSL color Cylindrical-coordinate representation of color #5E09CD: hue angle of 266.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E09CD is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 9 | 205 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.20 |
| HSL | 266.02º | 0.92% | 0.42% | - |
| HSV(B) | 266.02º | 0.96% | 0.8% | - |
| XYZ | 15.73 | 6.98 | 58.28 | - |
| YUV | 56.76 | 211.66 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 205 | 0.54 | 0.96 | 0 | 0.20 | 266.02 | 0.92 | 0.42 |
| Hex | 5E | 9 | CD | 36 | 60 | 0 | 14 | 10A | 5C | 2A |
| Octal | 136 | 11 | 315 | 66 | 140 | 0 | 24 | 412 | 134 | 52 |
| Binary | 1011110 | 1001 | 11001101 | 110110 | 1100000 | 0 | 10100 | 100001010 | 1011100 | 101010 |
Color Harmonies of #5E09CD
Complementary color
Monochromatic Colors of #5E09CD
Black with #5E09CD
Text Example
Text Example
White with #5E09CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E09CD; }
p { color: rgb(94,9,205); }
H1.HeaderClassName
{
color: #5E09CD;
}
.AnyTagClassName
{
color: #5E09CD;
}
</style>
background-color css
<style>
a { background-color: #5E09CD; }
a { background-color: rgb(94,9,205); }
div.DivClassName
{
background-color: #5E09CD;
}
.BgClassName
{
background-color: #5E09CD;
}
</style>
border-color css
<style>
span { border-color: #5E09CD; }
span { border-color: rgb(94,9,205); }
td.TdClassName
{
border-color: #5E09CD;
}
.TagClassName
{
border-color: #5E09CD;
}
</style>