Shades of Purple Heart #402CC6
Tints of Purple Heart #402CC6
RGB
CMYK
RGB Variations
Color information
#402CC6 (or 0x402CC6) is known color: Purple Heart. HEX triplet: 40, 2C and C6. RGB value is (64,44,198). Sum of RGB (Red+Green+Blue) = 64+44+198=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #402CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CC6 is #BFD339. Grayscale: #424242. Windows color (decimal): -12571450 or 12987456. OLE color: 12987456.
HSL color Cylindrical-coordinate representation of color #402CC6: hue angle of 247.79º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402CC6 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 44 | 198 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.22 |
| HSL | 247.79º | 0.64% | 0.47% | - |
| HSV(B) | 247.79º | 0.78% | 0.78% | - |
| XYZ | 13.21 | 6.97 | 54.08 | - |
| YUV | 67.54 | 201.63 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 198 | 0.68 | 0.78 | 0 | 0.22 | 247.79 | 0.64 | 0.47 |
| Hex | 40 | 2C | C6 | 44 | 4E | 0 | 16 | F8 | 40 | 2F |
| Octal | 100 | 54 | 306 | 104 | 116 | 0 | 26 | 370 | 100 | 57 |
| Binary | 1000000 | 101100 | 11000110 | 1000100 | 1001110 | 0 | 10110 | 11111000 | 1000000 | 101111 |
Color Harmonies of #402CC6
Complementary color
Monochromatic Colors of #402CC6
Black with #402CC6
Text Example
Text Example
White with #402CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CC6; }
p { color: rgb(64,44,198); }
H1.HeaderClassName
{
color: #402CC6;
}
.AnyTagClassName
{
color: #402CC6;
}
</style>
background-color css
<style>
a { background-color: #402CC6; }
a { background-color: rgb(64,44,198); }
div.DivClassName
{
background-color: #402CC6;
}
.BgClassName
{
background-color: #402CC6;
}
</style>
border-color css
<style>
span { border-color: #402CC6; }
span { border-color: rgb(64,44,198); }
td.TdClassName
{
border-color: #402CC6;
}
.TagClassName
{
border-color: #402CC6;
}
</style>