Shades of Purple Heart #401AC0
Tints of Purple Heart #401AC0
RGB
CMYK
RGB Variations
Color information
#401AC0 (or 0x401AC0) is known color: Purple Heart. HEX triplet: 40, 1A and C0. RGB value is (64,26,192). Sum of RGB (Red+Green+Blue) = 64+26+192=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 192 (75.39% from 255 or 68.09% from 282); Max value from RGB is 192 - color contains mainly: blue. Hex color #401AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401AC0 is #BFE53F. Grayscale: #373737. Windows color (decimal): -12576064 or 12589632. OLE color: 12589632.
HSL color Cylindrical-coordinate representation of color #401AC0: hue angle of 253.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401AC0 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 26 | 192 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.25 |
| HSL | 253.73º | 0.76% | 0.43% | - |
| HSV(B) | 253.73º | 0.86% | 0.75% | - |
| XYZ | 12 | 5.63 | 50.32 | - |
| YUV | 56.29 | 204.59 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 192 | 0.67 | 0.86 | 0 | 0.25 | 253.73 | 0.76 | 0.43 |
| Hex | 40 | 1A | C0 | 43 | 56 | 0 | 19 | FE | 4C | 2B |
| Octal | 100 | 32 | 300 | 103 | 126 | 0 | 31 | 376 | 114 | 53 |
| Binary | 1000000 | 11010 | 11000000 | 1000011 | 1010110 | 0 | 11001 | 11111110 | 1001100 | 101011 |
Color Harmonies of #401AC0
Complementary color
Monochromatic Colors of #401AC0
Black with #401AC0
Text Example
Text Example
White with #401AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AC0; }
p { color: rgb(64,26,192); }
H1.HeaderClassName
{
color: #401AC0;
}
.AnyTagClassName
{
color: #401AC0;
}
</style>
background-color css
<style>
a { background-color: #401AC0; }
a { background-color: rgb(64,26,192); }
div.DivClassName
{
background-color: #401AC0;
}
.BgClassName
{
background-color: #401AC0;
}
</style>
border-color css
<style>
span { border-color: #401AC0; }
span { border-color: rgb(64,26,192); }
td.TdClassName
{
border-color: #401AC0;
}
.TagClassName
{
border-color: #401AC0;
}
</style>