Shades of Purple Heart #401CAF
Tints of Purple Heart #401CAF
RGB
CMYK
RGB Variations
Color information
#401CAF (or 0x401CAF) is known color: Purple Heart. HEX triplet: 40, 1C and AF. RGB value is (64,28,175). Sum of RGB (Red+Green+Blue) = 64+28+175=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #401CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401CAF is #BFE350. Grayscale: #363636. Windows color (decimal): -12575569 or 11476032. OLE color: 11476032.
HSL color Cylindrical-coordinate representation of color #401CAF: hue angle of 254.69º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401CAF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 28 | 175 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.31 |
| HSL | 254.69º | 0.72% | 0.4% | - |
| HSV(B) | 254.69º | 0.84% | 0.69% | - |
| XYZ | 10.27 | 5.02 | 40.98 | - |
| YUV | 55.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 175 | 0.63 | 0.84 | 0 | 0.31 | 254.69 | 0.72 | 0.4 |
| Hex | 40 | 1C | AF | 3F | 54 | 0 | 1F | FF | 48 | 28 |
| Octal | 100 | 34 | 257 | 77 | 124 | 0 | 37 | 377 | 110 | 50 |
| Binary | 1000000 | 11100 | 10101111 | 111111 | 1010100 | 0 | 11111 | 11111111 | 1001000 | 101000 |
Color Harmonies of #401CAF
Complementary color
Monochromatic Colors of #401CAF
Black with #401CAF
Text Example
Text Example
White with #401CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CAF; }
p { color: rgb(64,28,175); }
H1.HeaderClassName
{
color: #401CAF;
}
.AnyTagClassName
{
color: #401CAF;
}
</style>
background-color css
<style>
a { background-color: #401CAF; }
a { background-color: rgb(64,28,175); }
div.DivClassName
{
background-color: #401CAF;
}
.BgClassName
{
background-color: #401CAF;
}
</style>
border-color css
<style>
span { border-color: #401CAF; }
span { border-color: rgb(64,28,175); }
td.TdClassName
{
border-color: #401CAF;
}
.TagClassName
{
border-color: #401CAF;
}
</style>