Shades of Purple Heart #4618CC
Tints of Purple Heart #4618CC
RGB
CMYK
RGB Variations
Color information
#4618CC (or 0x4618CC) is known color: Purple Heart. HEX triplet: 46, 18 and CC. RGB value is (70,24,204). Sum of RGB (Red+Green+Blue) = 70+24+204=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #4618CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4618CC is #B9E733. Grayscale: #393939. Windows color (decimal): -12183348 or 13375558. OLE color: 13375558.
HSL color Cylindrical-coordinate representation of color #4618CC: hue angle of 255.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4618CC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 24 | 204 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.2 |
| HSL | 255.33º | 0.79% | 0.45% | - |
| HSV(B) | 255.33º | 0.88% | 0.8% | - |
| XYZ | 13.75 | 6.31 | 57.62 | - |
| YUV | 58.27 | 210.24 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 204 | 0.66 | 0.88 | 0 | 0.2 | 255.33 | 0.79 | 0.45 |
| Hex | 46 | 18 | CC | 42 | 58 | 0 | 14 | FF | 4F | 2D |
| Octal | 106 | 30 | 314 | 102 | 130 | 0 | 24 | 377 | 117 | 55 |
| Binary | 1000110 | 11000 | 11001100 | 1000010 | 1011000 | 0 | 10100 | 11111111 | 1001111 | 101101 |
Color Harmonies of #4618CC
Complementary color
Monochromatic Colors of #4618CC
Black with #4618CC
Text Example
Text Example
White with #4618CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4618CC; }
p { color: rgb(70,24,204); }
H1.HeaderClassName
{
color: #4618CC;
}
.AnyTagClassName
{
color: #4618CC;
}
</style>
background-color css
<style>
a { background-color: #4618CC; }
a { background-color: rgb(70,24,204); }
div.DivClassName
{
background-color: #4618CC;
}
.BgClassName
{
background-color: #4618CC;
}
</style>
border-color css
<style>
span { border-color: #4618CC; }
span { border-color: rgb(70,24,204); }
td.TdClassName
{
border-color: #4618CC;
}
.TagClassName
{
border-color: #4618CC;
}
</style>