Shades of Purple Heart #401CBF
Tints of Purple Heart #401CBF
RGB
CMYK
RGB Variations
Color information
#401CBF (or 0x401CBF) is known color: Purple Heart. HEX triplet: 40, 1C and BF. RGB value is (64,28,191). Sum of RGB (Red+Green+Blue) = 64+28+191=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #401CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CBF is #BFE340. Grayscale: #383838. Windows color (decimal): -12575553 or 12524608. OLE color: 12524608.
HSL color Cylindrical-coordinate representation of color #401CBF: hue angle of 253.25º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401CBF is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 28 | 191 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.25 |
| HSL | 253.25º | 0.74% | 0.43% | - |
| HSV(B) | 253.25º | 0.85% | 0.75% | - |
| XYZ | 11.93 | 5.68 | 49.76 | - |
| YUV | 57.35 | 203.43 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 191 | 0.66 | 0.85 | 0 | 0.25 | 253.25 | 0.74 | 0.43 |
| Hex | 40 | 1C | BF | 42 | 55 | 0 | 19 | FD | 4A | 2B |
| Octal | 100 | 34 | 277 | 102 | 125 | 0 | 31 | 375 | 112 | 53 |
| Binary | 1000000 | 11100 | 10111111 | 1000010 | 1010101 | 0 | 11001 | 11111101 | 1001010 | 101011 |
Color Harmonies of #401CBF
Complementary color
Monochromatic Colors of #401CBF
Black with #401CBF
Text Example
Text Example
White with #401CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CBF; }
p { color: rgb(64,28,191); }
H1.HeaderClassName
{
color: #401CBF;
}
.AnyTagClassName
{
color: #401CBF;
}
</style>
background-color css
<style>
a { background-color: #401CBF; }
a { background-color: rgb(64,28,191); }
div.DivClassName
{
background-color: #401CBF;
}
.BgClassName
{
background-color: #401CBF;
}
</style>
border-color css
<style>
span { border-color: #401CBF; }
span { border-color: rgb(64,28,191); }
td.TdClassName
{
border-color: #401CBF;
}
.TagClassName
{
border-color: #401CBF;
}
</style>