Shades of Purple Heart #401CC2
Tints of Purple Heart #401CC2
RGB
CMYK
RGB Variations
Color information
#401CC2 (or 0x401CC2) is known color: Purple Heart. HEX triplet: 40, 1C and C2. RGB value is (64,28,194). Sum of RGB (Red+Green+Blue) = 64+28+194=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #401CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CC2 is #BFE33D. Grayscale: #393939. Windows color (decimal): -12575550 or 12721216. OLE color: 12721216.
HSL color Cylindrical-coordinate representation of color #401CC2: hue angle of 253.01º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401CC2 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 28 | 194 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.24 |
| HSL | 253.01º | 0.75% | 0.44% | - |
| HSV(B) | 253.01º | 0.86% | 0.76% | - |
| XYZ | 12.27 | 5.82 | 51.51 | - |
| YUV | 57.69 | 204.93 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 194 | 0.67 | 0.86 | 0 | 0.24 | 253.01 | 0.75 | 0.44 |
| Hex | 40 | 1C | C2 | 43 | 56 | 0 | 18 | FD | 4B | 2C |
| Octal | 100 | 34 | 302 | 103 | 126 | 0 | 30 | 375 | 113 | 54 |
| Binary | 1000000 | 11100 | 11000010 | 1000011 | 1010110 | 0 | 11000 | 11111101 | 1001011 | 101100 |
Color Harmonies of #401CC2
Complementary color
Monochromatic Colors of #401CC2
Black with #401CC2
Text Example
Text Example
White with #401CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CC2; }
p { color: rgb(64,28,194); }
H1.HeaderClassName
{
color: #401CC2;
}
.AnyTagClassName
{
color: #401CC2;
}
</style>
background-color css
<style>
a { background-color: #401CC2; }
a { background-color: rgb(64,28,194); }
div.DivClassName
{
background-color: #401CC2;
}
.BgClassName
{
background-color: #401CC2;
}
</style>
border-color css
<style>
span { border-color: #401CC2; }
span { border-color: rgb(64,28,194); }
td.TdClassName
{
border-color: #401CC2;
}
.TagClassName
{
border-color: #401CC2;
}
</style>