Shades of Purple Heart #401CB7
Tints of Purple Heart #401CB7
RGB
CMYK
RGB Variations
Color information
#401CB7 (or 0x401CB7) is known color: Purple Heart. HEX triplet: 40, 1C and B7. RGB value is (64,28,183). Sum of RGB (Red+Green+Blue) = 64+28+183=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 183 (71.88% from 255 or 66.55% from 275); Max value from RGB is 183 - color contains mainly: blue. Hex color #401CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CB7 is #BFE348. Grayscale: #373737. Windows color (decimal): -12575561 or 12000320. OLE color: 12000320.
HSL color Cylindrical-coordinate representation of color #401CB7: hue angle of 253.94º degrees, saturation: 0.73, 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 #401CB7 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 28 | 183 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.28 |
| HSL | 253.94º | 0.73% | 0.41% | - |
| HSV(B) | 253.94º | 0.85% | 0.72% | - |
| XYZ | 11.08 | 5.34 | 45.25 | - |
| YUV | 56.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 183 | 0.65 | 0.85 | 0 | 0.28 | 253.94 | 0.73 | 0.41 |
| Hex | 40 | 1C | B7 | 41 | 55 | 0 | 1C | FE | 49 | 29 |
| Octal | 100 | 34 | 267 | 101 | 125 | 0 | 34 | 376 | 111 | 51 |
| Binary | 1000000 | 11100 | 10110111 | 1000001 | 1010101 | 0 | 11100 | 11111110 | 1001001 | 101001 |
Color Harmonies of #401CB7
Complementary color
Monochromatic Colors of #401CB7
Black with #401CB7
Text Example
Text Example
White with #401CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CB7; }
p { color: rgb(64,28,183); }
H1.HeaderClassName
{
color: #401CB7;
}
.AnyTagClassName
{
color: #401CB7;
}
</style>
background-color css
<style>
a { background-color: #401CB7; }
a { background-color: rgb(64,28,183); }
div.DivClassName
{
background-color: #401CB7;
}
.BgClassName
{
background-color: #401CB7;
}
</style>
border-color css
<style>
span { border-color: #401CB7; }
span { border-color: rgb(64,28,183); }
td.TdClassName
{
border-color: #401CB7;
}
.TagClassName
{
border-color: #401CB7;
}
</style>