Shades of Purple Heart #401BCE
Tints of Purple Heart #401BCE
RGB
CMYK
RGB Variations
Color information
#401BCE (or 0x401BCE) is known color: Purple Heart. HEX triplet: 40, 1B and CE. RGB value is (64,27,206). Sum of RGB (Red+Green+Blue) = 64+27+206=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #401BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BCE is #BFE431. Grayscale: #393939. Windows color (decimal): -12575794 or 13507392. OLE color: 13507392.
HSL color Cylindrical-coordinate representation of color #401BCE: hue angle of 252.4º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401BCE is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 27 | 206 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.19 |
| HSL | 252.4º | 0.77% | 0.46% | - |
| HSV(B) | 252.4º | 0.87% | 0.81% | - |
| XYZ | 13.65 | 6.33 | 58.9 | - |
| YUV | 58.47 | 211.26 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 206 | 0.69 | 0.87 | 0 | 0.19 | 252.4 | 0.77 | 0.46 |
| Hex | 40 | 1B | CE | 45 | 57 | 0 | 13 | FC | 4D | 2E |
| Octal | 100 | 33 | 316 | 105 | 127 | 0 | 23 | 374 | 115 | 56 |
| Binary | 1000000 | 11011 | 11001110 | 1000101 | 1010111 | 0 | 10011 | 11111100 | 1001101 | 101110 |
Color Harmonies of #401BCE
Complementary color
Monochromatic Colors of #401BCE
Black with #401BCE
Text Example
Text Example
White with #401BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BCE; }
p { color: rgb(64,27,206); }
H1.HeaderClassName
{
color: #401BCE;
}
.AnyTagClassName
{
color: #401BCE;
}
</style>
background-color css
<style>
a { background-color: #401BCE; }
a { background-color: rgb(64,27,206); }
div.DivClassName
{
background-color: #401BCE;
}
.BgClassName
{
background-color: #401BCE;
}
</style>
border-color css
<style>
span { border-color: #401BCE; }
span { border-color: rgb(64,27,206); }
td.TdClassName
{
border-color: #401BCE;
}
.TagClassName
{
border-color: #401BCE;
}
</style>