Shades of Purple Heart #402ABC
Tints of Purple Heart #402ABC
RGB
CMYK
RGB Variations
Color information
#402ABC (or 0x402ABC) is known color: Purple Heart. HEX triplet: 40, 2A and BC. RGB value is (64,42,188). Sum of RGB (Red+Green+Blue) = 64+42+188=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #402ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ABC is #BFD543. Grayscale: #404040. Windows color (decimal): -12571972 or 12331584. OLE color: 12331584.
HSL color Cylindrical-coordinate representation of color #402ABC: hue angle of 249.04º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402ABC is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 42 | 188 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.26 |
| HSL | 249.04º | 0.63% | 0.45% | - |
| HSV(B) | 249.04º | 0.78% | 0.74% | - |
| XYZ | 12.02 | 6.38 | 48.17 | - |
| YUV | 65.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 188 | 0.66 | 0.78 | 0 | 0.26 | 249.04 | 0.63 | 0.45 |
| Hex | 40 | 2A | BC | 42 | 4E | 0 | 1A | F9 | 3F | 2D |
| Octal | 100 | 52 | 274 | 102 | 116 | 0 | 32 | 371 | 77 | 55 |
| Binary | 1000000 | 101010 | 10111100 | 1000010 | 1001110 | 0 | 11010 | 11111001 | 111111 | 101101 |
Color Harmonies of #402ABC
Complementary color
Monochromatic Colors of #402ABC
Black with #402ABC
Text Example
Text Example
White with #402ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402ABC; }
p { color: rgb(64,42,188); }
H1.HeaderClassName
{
color: #402ABC;
}
.AnyTagClassName
{
color: #402ABC;
}
</style>
background-color css
<style>
a { background-color: #402ABC; }
a { background-color: rgb(64,42,188); }
div.DivClassName
{
background-color: #402ABC;
}
.BgClassName
{
background-color: #402ABC;
}
</style>
border-color css
<style>
span { border-color: #402ABC; }
span { border-color: rgb(64,42,188); }
td.TdClassName
{
border-color: #402ABC;
}
.TagClassName
{
border-color: #402ABC;
}
</style>