Shades of Purple Heart #401BC5
Tints of Purple Heart #401BC5
RGB
CMYK
RGB Variations
Color information
#401BC5 (or 0x401BC5) is known color: Purple Heart. HEX triplet: 40, 1B and C5. RGB value is (64,27,197). Sum of RGB (Red+Green+Blue) = 64+27+197=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 197 (77.34% from 255 or 68.40% from 288); Max value from RGB is 197 - color contains mainly: blue. Hex color #401BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BC5 is #BFE43A. Grayscale: #383838. Windows color (decimal): -12575803 or 12917568. OLE color: 12917568.
HSL color Cylindrical-coordinate representation of color #401BC5: hue angle of 253.06º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401BC5 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 27 | 197 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.23 |
| HSL | 253.06º | 0.76% | 0.44% | - |
| HSV(B) | 253.06º | 0.86% | 0.77% | - |
| XYZ | 12.58 | 5.91 | 53.3 | - |
| YUV | 57.44 | 206.76 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 197 | 0.68 | 0.86 | 0 | 0.23 | 253.06 | 0.76 | 0.44 |
| Hex | 40 | 1B | C5 | 44 | 56 | 0 | 17 | FD | 4C | 2C |
| Octal | 100 | 33 | 305 | 104 | 126 | 0 | 27 | 375 | 114 | 54 |
| Binary | 1000000 | 11011 | 11000101 | 1000100 | 1010110 | 0 | 10111 | 11111101 | 1001100 | 101100 |
Color Harmonies of #401BC5
Complementary color
Monochromatic Colors of #401BC5
Black with #401BC5
Text Example
Text Example
White with #401BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BC5; }
p { color: rgb(64,27,197); }
H1.HeaderClassName
{
color: #401BC5;
}
.AnyTagClassName
{
color: #401BC5;
}
</style>
background-color css
<style>
a { background-color: #401BC5; }
a { background-color: rgb(64,27,197); }
div.DivClassName
{
background-color: #401BC5;
}
.BgClassName
{
background-color: #401BC5;
}
</style>
border-color css
<style>
span { border-color: #401BC5; }
span { border-color: rgb(64,27,197); }
td.TdClassName
{
border-color: #401BC5;
}
.TagClassName
{
border-color: #401BC5;
}
</style>