Shades of Purple Heart #401BCC
Tints of Purple Heart #401BCC
RGB
CMYK
RGB Variations
Color information
#401BCC (or 0x401BCC) is known color: Purple Heart. HEX triplet: 40, 1B and CC. RGB value is (64,27,204). Sum of RGB (Red+Green+Blue) = 64+27+204=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #401BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BCC is #BFE433. Grayscale: #393939. Windows color (decimal): -12575796 or 13376320. OLE color: 13376320.
HSL color Cylindrical-coordinate representation of color #401BCC: hue angle of 252.54º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401BCC is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 27 | 204 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.2 |
| HSL | 252.54º | 0.77% | 0.45% | - |
| HSV(B) | 252.54º | 0.87% | 0.8% | - |
| XYZ | 13.41 | 6.23 | 57.62 | - |
| YUV | 58.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 204 | 0.69 | 0.87 | 0 | 0.2 | 252.54 | 0.77 | 0.45 |
| Hex | 40 | 1B | CC | 45 | 57 | 0 | 14 | FD | 4D | 2D |
| Octal | 100 | 33 | 314 | 105 | 127 | 0 | 24 | 375 | 115 | 55 |
| Binary | 1000000 | 11011 | 11001100 | 1000101 | 1010111 | 0 | 10100 | 11111101 | 1001101 | 101101 |
Color Harmonies of #401BCC
Complementary color
Monochromatic Colors of #401BCC
Black with #401BCC
Text Example
Text Example
White with #401BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BCC; }
p { color: rgb(64,27,204); }
H1.HeaderClassName
{
color: #401BCC;
}
.AnyTagClassName
{
color: #401BCC;
}
</style>
background-color css
<style>
a { background-color: #401BCC; }
a { background-color: rgb(64,27,204); }
div.DivClassName
{
background-color: #401BCC;
}
.BgClassName
{
background-color: #401BCC;
}
</style>
border-color css
<style>
span { border-color: #401BCC; }
span { border-color: rgb(64,27,204); }
td.TdClassName
{
border-color: #401BCC;
}
.TagClassName
{
border-color: #401BCC;
}
</style>