Shades of Purple Heart #401FCB
Tints of Purple Heart #401FCB
RGB
CMYK
RGB Variations
Color information
#401FCB (or 0x401FCB) is known color: Purple Heart. HEX triplet: 40, 1F and CB. RGB value is (64,31,203). Sum of RGB (Red+Green+Blue) = 64+31+203=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #401FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FCB is #BFE034. Grayscale: #3B3B3B. Windows color (decimal): -12574773 or 13311808. OLE color: 13311808.
HSL color Cylindrical-coordinate representation of color #401FCB: hue angle of 251.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401FCB is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 31 | 203 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.20 |
| HSL | 251.51º | 0.74% | 0.46% | - |
| HSV(B) | 251.51º | 0.85% | 0.8% | - |
| XYZ | 13.38 | 6.38 | 57.03 | - |
| YUV | 60.48 | 208.43 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 203 | 0.68 | 0.85 | 0 | 0.20 | 251.51 | 0.74 | 0.46 |
| Hex | 40 | 1F | CB | 44 | 55 | 0 | 14 | FC | 4A | 2E |
| Octal | 100 | 37 | 313 | 104 | 125 | 0 | 24 | 374 | 112 | 56 |
| Binary | 1000000 | 11111 | 11001011 | 1000100 | 1010101 | 0 | 10100 | 11111100 | 1001010 | 101110 |
Color Harmonies of #401FCB
Complementary color
Monochromatic Colors of #401FCB
Black with #401FCB
Text Example
Text Example
White with #401FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FCB; }
p { color: rgb(64,31,203); }
H1.HeaderClassName
{
color: #401FCB;
}
.AnyTagClassName
{
color: #401FCB;
}
</style>
background-color css
<style>
a { background-color: #401FCB; }
a { background-color: rgb(64,31,203); }
div.DivClassName
{
background-color: #401FCB;
}
.BgClassName
{
background-color: #401FCB;
}
</style>
border-color css
<style>
span { border-color: #401FCB; }
span { border-color: rgb(64,31,203); }
td.TdClassName
{
border-color: #401FCB;
}
.TagClassName
{
border-color: #401FCB;
}
</style>