Shades of Purple Heart #401FC4
Tints of Purple Heart #401FC4
RGB
CMYK
RGB Variations
Color information
#401FC4 (or 0x401FC4) is known color: Purple Heart. HEX triplet: 40, 1F and C4. RGB value is (64,31,196). Sum of RGB (Red+Green+Blue) = 64+31+196=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 196 (76.95% from 255 or 67.35% from 291); Max value from RGB is 196 - color contains mainly: blue. Hex color #401FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FC4 is #BFE03B. Grayscale: #3B3B3B. Windows color (decimal): -12574780 or 12853056. OLE color: 12853056.
HSL color Cylindrical-coordinate representation of color #401FC4: hue angle of 252º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401FC4 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 31 | 196 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.23 |
| HSL | 252º | 0.73% | 0.45% | - |
| HSV(B) | 252º | 0.84% | 0.77% | - |
| XYZ | 12.57 | 6.06 | 52.73 | - |
| YUV | 59.68 | 204.93 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 196 | 0.67 | 0.84 | 0 | 0.23 | 252 | 0.73 | 0.45 |
| Hex | 40 | 1F | C4 | 43 | 54 | 0 | 17 | FC | 49 | 2D |
| Octal | 100 | 37 | 304 | 103 | 124 | 0 | 27 | 374 | 111 | 55 |
| Binary | 1000000 | 11111 | 11000100 | 1000011 | 1010100 | 0 | 10111 | 11111100 | 1001001 | 101101 |
Color Harmonies of #401FC4
Complementary color
Monochromatic Colors of #401FC4
Black with #401FC4
Text Example
Text Example
White with #401FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FC4; }
p { color: rgb(64,31,196); }
H1.HeaderClassName
{
color: #401FC4;
}
.AnyTagClassName
{
color: #401FC4;
}
</style>
background-color css
<style>
a { background-color: #401FC4; }
a { background-color: rgb(64,31,196); }
div.DivClassName
{
background-color: #401FC4;
}
.BgClassName
{
background-color: #401FC4;
}
</style>
border-color css
<style>
span { border-color: #401FC4; }
span { border-color: rgb(64,31,196); }
td.TdClassName
{
border-color: #401FC4;
}
.TagClassName
{
border-color: #401FC4;
}
</style>