Shades of Purple Heart #402ACC
Tints of Purple Heart #402ACC
RGB
CMYK
RGB Variations
Color information
#402ACC (or 0x402ACC) is known color: Purple Heart. HEX triplet: 40, 2A and CC. RGB value is (64,42,204). Sum of RGB (Red+Green+Blue) = 64+42+204=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #402ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ACC is #BFD533. Grayscale: #424242. Windows color (decimal): -12571956 or 13380160. OLE color: 13380160.
HSL color Cylindrical-coordinate representation of color #402ACC: hue angle of 248.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402ACC is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 42 | 204 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.2 |
| HSL | 248.15º | 0.66% | 0.48% | - |
| HSV(B) | 248.15º | 0.79% | 0.8% | - |
| XYZ | 13.84 | 7.11 | 57.77 | - |
| YUV | 67.05 | 205.29 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 204 | 0.69 | 0.79 | 0 | 0.2 | 248.15 | 0.66 | 0.48 |
| Hex | 40 | 2A | CC | 45 | 4F | 0 | 14 | F8 | 42 | 30 |
| Octal | 100 | 52 | 314 | 105 | 117 | 0 | 24 | 370 | 102 | 60 |
| Binary | 1000000 | 101010 | 11001100 | 1000101 | 1001111 | 0 | 10100 | 11111000 | 1000010 | 110000 |
Color Harmonies of #402ACC
Complementary color
Monochromatic Colors of #402ACC
Black with #402ACC
Text Example
Text Example
White with #402ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402ACC; }
p { color: rgb(64,42,204); }
H1.HeaderClassName
{
color: #402ACC;
}
.AnyTagClassName
{
color: #402ACC;
}
</style>
background-color css
<style>
a { background-color: #402ACC; }
a { background-color: rgb(64,42,204); }
div.DivClassName
{
background-color: #402ACC;
}
.BgClassName
{
background-color: #402ACC;
}
</style>
border-color css
<style>
span { border-color: #402ACC; }
span { border-color: rgb(64,42,204); }
td.TdClassName
{
border-color: #402ACC;
}
.TagClassName
{
border-color: #402ACC;
}
</style>