Shades of Purple Heart #4618CE
Tints of Purple Heart #4618CE
RGB
CMYK
RGB Variations
Color information
#4618CE (or 0x4618CE) is known color: Purple Heart. HEX triplet: 46, 18 and CE. RGB value is (70,24,206). Sum of RGB (Red+Green+Blue) = 70+24+206=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #4618CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4618CE is #B9E731. Grayscale: #393939. Windows color (decimal): -12183346 or 13506630. OLE color: 13506630.
HSL color Cylindrical-coordinate representation of color #4618CE: hue angle of 255.16º 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 #4618CE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 24 | 206 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.19 |
| HSL | 255.16º | 0.79% | 0.45% | - |
| HSV(B) | 255.16º | 0.88% | 0.81% | - |
| XYZ | 13.99 | 6.41 | 58.89 | - |
| YUV | 58.5 | 211.24 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 206 | 0.66 | 0.88 | 0 | 0.19 | 255.16 | 0.79 | 0.45 |
| Hex | 46 | 18 | CE | 42 | 58 | 0 | 13 | FF | 4F | 2D |
| Octal | 106 | 30 | 316 | 102 | 130 | 0 | 23 | 377 | 117 | 55 |
| Binary | 1000110 | 11000 | 11001110 | 1000010 | 1011000 | 0 | 10011 | 11111111 | 1001111 | 101101 |
Color Harmonies of #4618CE
Complementary color
Monochromatic Colors of #4618CE
Black with #4618CE
Text Example
Text Example
White with #4618CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4618CE; }
p { color: rgb(70,24,206); }
H1.HeaderClassName
{
color: #4618CE;
}
.AnyTagClassName
{
color: #4618CE;
}
</style>
background-color css
<style>
a { background-color: #4618CE; }
a { background-color: rgb(70,24,206); }
div.DivClassName
{
background-color: #4618CE;
}
.BgClassName
{
background-color: #4618CE;
}
</style>
border-color css
<style>
span { border-color: #4618CE; }
span { border-color: rgb(70,24,206); }
td.TdClassName
{
border-color: #4618CE;
}
.TagClassName
{
border-color: #4618CE;
}
</style>