Shades of Purple Heart #402CCF
Tints of Purple Heart #402CCF
RGB
CMYK
RGB Variations
Color information
#402CCF (or 0x402CCF) is known color: Purple Heart. HEX triplet: 40, 2C and CF. RGB value is (64,44,207). Sum of RGB (Red+Green+Blue) = 64+44+207=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #402CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CCF is #BFD330. Grayscale: #434343. Windows color (decimal): -12571441 or 13577280. OLE color: 13577280.
HSL color Cylindrical-coordinate representation of color #402CCF: hue angle of 247.36º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402CCF is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 44 | 207 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.19 |
| HSL | 247.36º | 0.65% | 0.49% | - |
| HSV(B) | 247.36º | 0.79% | 0.81% | - |
| XYZ | 14.28 | 7.4 | 59.71 | - |
| YUV | 68.56 | 206.13 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 207 | 0.69 | 0.79 | 0 | 0.19 | 247.36 | 0.65 | 0.49 |
| Hex | 40 | 2C | CF | 45 | 4F | 0 | 13 | F7 | 41 | 31 |
| Octal | 100 | 54 | 317 | 105 | 117 | 0 | 23 | 367 | 101 | 61 |
| Binary | 1000000 | 101100 | 11001111 | 1000101 | 1001111 | 0 | 10011 | 11110111 | 1000001 | 110001 |
Color Harmonies of #402CCF
Complementary color
Monochromatic Colors of #402CCF
Black with #402CCF
Text Example
Text Example
White with #402CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CCF; }
p { color: rgb(64,44,207); }
H1.HeaderClassName
{
color: #402CCF;
}
.AnyTagClassName
{
color: #402CCF;
}
</style>
background-color css
<style>
a { background-color: #402CCF; }
a { background-color: rgb(64,44,207); }
div.DivClassName
{
background-color: #402CCF;
}
.BgClassName
{
background-color: #402CCF;
}
</style>
border-color css
<style>
span { border-color: #402CCF; }
span { border-color: rgb(64,44,207); }
td.TdClassName
{
border-color: #402CCF;
}
.TagClassName
{
border-color: #402CCF;
}
</style>