Shades of Purple Heart #401BB8
Tints of Purple Heart #401BB8
RGB
CMYK
RGB Variations
Color information
#401BB8 (or 0x401BB8) is known color: Purple Heart. HEX triplet: 40, 1B and B8. RGB value is (64,27,184). Sum of RGB (Red+Green+Blue) = 64+27+184=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 184 (72.27% from 255 or 66.91% from 275); Max value from RGB is 184 - color contains mainly: blue. Hex color #401BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BB8 is #BFE447. Grayscale: #373737. Windows color (decimal): -12575816 or 12065600. OLE color: 12065600.
HSL color Cylindrical-coordinate representation of color #401BB8: hue angle of 254.14º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401BB8 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 27 | 184 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.28 |
| HSL | 254.14º | 0.74% | 0.41% | - |
| HSV(B) | 254.14º | 0.85% | 0.72% | - |
| XYZ | 11.16 | 5.33 | 45.79 | - |
| YUV | 55.96 | 200.26 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 184 | 0.65 | 0.85 | 0 | 0.28 | 254.14 | 0.74 | 0.41 |
| Hex | 40 | 1B | B8 | 41 | 55 | 0 | 1C | FE | 4A | 29 |
| Octal | 100 | 33 | 270 | 101 | 125 | 0 | 34 | 376 | 112 | 51 |
| Binary | 1000000 | 11011 | 10111000 | 1000001 | 1010101 | 0 | 11100 | 11111110 | 1001010 | 101001 |
Color Harmonies of #401BB8
Complementary color
Monochromatic Colors of #401BB8
Black with #401BB8
Text Example
Text Example
White with #401BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BB8; }
p { color: rgb(64,27,184); }
H1.HeaderClassName
{
color: #401BB8;
}
.AnyTagClassName
{
color: #401BB8;
}
</style>
background-color css
<style>
a { background-color: #401BB8; }
a { background-color: rgb(64,27,184); }
div.DivClassName
{
background-color: #401BB8;
}
.BgClassName
{
background-color: #401BB8;
}
</style>
border-color css
<style>
span { border-color: #401BB8; }
span { border-color: rgb(64,27,184); }
td.TdClassName
{
border-color: #401BB8;
}
.TagClassName
{
border-color: #401BB8;
}
</style>