Shades of Purple Heart #4E23CD
Tints of Purple Heart #4E23CD
RGB
CMYK
RGB Variations
Color information
#4E23CD (or 0x4E23CD) is known color: Purple Heart. HEX triplet: 4E, 23 and CD. RGB value is (78,35,205). Sum of RGB (Red+Green+Blue) = 78+35+205=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E23CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E23CD is #B1DC32. Grayscale: #424242. Windows color (decimal): -11656243 or 13443918. OLE color: 13443918.
HSL color Cylindrical-coordinate representation of color #4E23CD: hue angle of 255.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E23CD is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 35 | 205 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.20 |
| HSL | 255.18º | 0.71% | 0.47% | - |
| HSV(B) | 255.18º | 0.83% | 0.8% | - |
| XYZ | 14.76 | 7.23 | 58.37 | - |
| YUV | 67.24 | 205.75 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 205 | 0.62 | 0.83 | 0 | 0.20 | 255.18 | 0.71 | 0.47 |
| Hex | 4E | 23 | CD | 3E | 53 | 0 | 14 | FF | 47 | 2F |
| Octal | 116 | 43 | 315 | 76 | 123 | 0 | 24 | 377 | 107 | 57 |
| Binary | 1001110 | 100011 | 11001101 | 111110 | 1010011 | 0 | 10100 | 11111111 | 1000111 | 101111 |
Color Harmonies of #4E23CD
Complementary color
Monochromatic Colors of #4E23CD
Black with #4E23CD
Text Example
Text Example
White with #4E23CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E23CD; }
p { color: rgb(78,35,205); }
H1.HeaderClassName
{
color: #4E23CD;
}
.AnyTagClassName
{
color: #4E23CD;
}
</style>
background-color css
<style>
a { background-color: #4E23CD; }
a { background-color: rgb(78,35,205); }
div.DivClassName
{
background-color: #4E23CD;
}
.BgClassName
{
background-color: #4E23CD;
}
</style>
border-color css
<style>
span { border-color: #4E23CD; }
span { border-color: rgb(78,35,205); }
td.TdClassName
{
border-color: #4E23CD;
}
.TagClassName
{
border-color: #4E23CD;
}
</style>