Shades of Purple Heart #4006C2
Tints of Purple Heart #4006C2
RGB
CMYK
RGB Variations
Color information
#4006C2 (or 0x4006C2) is known color: Purple Heart. HEX triplet: 40, 06 and C2. RGB value is (64,6,194). Sum of RGB (Red+Green+Blue) = 64+6+194=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #4006C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4006C2 is #BFF93D. Grayscale: #2C2C2C. Windows color (decimal): -12581182 or 12715584. OLE color: 12715584.
HSL color Cylindrical-coordinate representation of color #4006C2: hue angle of 258.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4006C2 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 6 | 194 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.24 |
| HSL | 258.51º | 0.94% | 0.39% | - |
| HSV(B) | 258.51º | 0.97% | 0.76% | - |
| XYZ | 11.92 | 5.12 | 51.4 | - |
| YUV | 44.77 | 212.22 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 194 | 0.67 | 0.97 | 0 | 0.24 | 258.51 | 0.94 | 0.39 |
| Hex | 40 | 6 | C2 | 43 | 61 | 0 | 18 | 103 | 5E | 27 |
| Octal | 100 | 6 | 302 | 103 | 141 | 0 | 30 | 403 | 136 | 47 |
| Binary | 1000000 | 110 | 11000010 | 1000011 | 1100001 | 0 | 11000 | 100000011 | 1011110 | 100111 |
Color Harmonies of #4006C2
Complementary color
Monochromatic Colors of #4006C2
Black with #4006C2
Text Example
Text Example
White with #4006C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4006C2; }
p { color: rgb(64,6,194); }
H1.HeaderClassName
{
color: #4006C2;
}
.AnyTagClassName
{
color: #4006C2;
}
</style>
background-color css
<style>
a { background-color: #4006C2; }
a { background-color: rgb(64,6,194); }
div.DivClassName
{
background-color: #4006C2;
}
.BgClassName
{
background-color: #4006C2;
}
</style>
border-color css
<style>
span { border-color: #4006C2; }
span { border-color: rgb(64,6,194); }
td.TdClassName
{
border-color: #4006C2;
}
.TagClassName
{
border-color: #4006C2;
}
</style>