Shades of Purple Heart #4418CE
Tints of Purple Heart #4418CE
RGB
CMYK
RGB Variations
Color information
#4418CE (or 0x4418CE) is known color: Purple Heart. HEX triplet: 44, 18 and CE. RGB value is (68,24,206). Sum of RGB (Red+Green+Blue) = 68+24+206=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #4418CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418CE is #BBE731. Grayscale: #393939. Windows color (decimal): -12314418 or 13506628. OLE color: 13506628.
HSL color Cylindrical-coordinate representation of color #4418CE: hue angle of 254.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4418CE is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 24 | 206 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.19 |
| HSL | 254.51º | 0.79% | 0.45% | - |
| HSV(B) | 254.51º | 0.88% | 0.81% | - |
| XYZ | 13.85 | 6.34 | 58.89 | - |
| YUV | 57.9 | 211.58 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 206 | 0.67 | 0.88 | 0 | 0.19 | 254.51 | 0.79 | 0.45 |
| Hex | 44 | 18 | CE | 43 | 58 | 0 | 13 | FF | 4F | 2D |
| Octal | 104 | 30 | 316 | 103 | 130 | 0 | 23 | 377 | 117 | 55 |
| Binary | 1000100 | 11000 | 11001110 | 1000011 | 1011000 | 0 | 10011 | 11111111 | 1001111 | 101101 |
Color Harmonies of #4418CE
Complementary color
Monochromatic Colors of #4418CE
Black with #4418CE
Text Example
Text Example
White with #4418CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418CE; }
p { color: rgb(68,24,206); }
H1.HeaderClassName
{
color: #4418CE;
}
.AnyTagClassName
{
color: #4418CE;
}
</style>
background-color css
<style>
a { background-color: #4418CE; }
a { background-color: rgb(68,24,206); }
div.DivClassName
{
background-color: #4418CE;
}
.BgClassName
{
background-color: #4418CE;
}
</style>
border-color css
<style>
span { border-color: #4418CE; }
span { border-color: rgb(68,24,206); }
td.TdClassName
{
border-color: #4418CE;
}
.TagClassName
{
border-color: #4418CE;
}
</style>