Shades of Purple Heart #4A08CE
Tints of Purple Heart #4A08CE
RGB
CMYK
RGB Variations
Color information
#4A08CE (or 0x4A08CE) is known color: Purple Heart. HEX triplet: 4A, 08 and CE. RGB value is (74,8,206). Sum of RGB (Red+Green+Blue) = 74+8+206=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A08CE is #B5F731. Grayscale: #313131. Windows color (decimal): -11925298 or 13502538. OLE color: 13502538.
HSL color Cylindrical-coordinate representation of color #4A08CE: hue angle of 260º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A08CE is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 8 | 206 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.19 |
| HSL | 260º | 0.93% | 0.42% | - |
| HSV(B) | 260º | 0.96% | 0.81% | - |
| XYZ | 14.05 | 6.09 | 58.83 | - |
| YUV | 50.31 | 215.87 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 206 | 0.64 | 0.96 | 0 | 0.19 | 260 | 0.93 | 0.42 |
| Hex | 4A | 8 | CE | 40 | 60 | 0 | 13 | 104 | 5D | 2A |
| Octal | 112 | 10 | 316 | 100 | 140 | 0 | 23 | 404 | 135 | 52 |
| Binary | 1001010 | 1000 | 11001110 | 1000000 | 1100000 | 0 | 10011 | 100000100 | 1011101 | 101010 |
Color Harmonies of #4A08CE
Complementary color
Monochromatic Colors of #4A08CE
Black with #4A08CE
Text Example
Text Example
White with #4A08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08CE; }
p { color: rgb(74,8,206); }
H1.HeaderClassName
{
color: #4A08CE;
}
.AnyTagClassName
{
color: #4A08CE;
}
</style>
background-color css
<style>
a { background-color: #4A08CE; }
a { background-color: rgb(74,8,206); }
div.DivClassName
{
background-color: #4A08CE;
}
.BgClassName
{
background-color: #4A08CE;
}
</style>
border-color css
<style>
span { border-color: #4A08CE; }
span { border-color: rgb(74,8,206); }
td.TdClassName
{
border-color: #4A08CE;
}
.TagClassName
{
border-color: #4A08CE;
}
</style>