Shades of Purple Heart #401BC4
Tints of Purple Heart #401BC4
RGB
CMYK
RGB Variations
Color information
#401BC4 (or 0x401BC4) is known color: Purple Heart. HEX triplet: 40, 1B and C4. RGB value is (64,27,196). Sum of RGB (Red+Green+Blue) = 64+27+196=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 196 (76.95% from 255 or 68.29% from 287); Max value from RGB is 196 - color contains mainly: blue. Hex color #401BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BC4 is #BFE43B. Grayscale: #383838. Windows color (decimal): -12575804 or 12852032. OLE color: 12852032.
HSL color Cylindrical-coordinate representation of color #401BC4: hue angle of 253.14º 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 #401BC4 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 27 | 196 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.23 |
| HSL | 253.14º | 0.76% | 0.44% | - |
| HSV(B) | 253.14º | 0.86% | 0.77% | - |
| XYZ | 12.47 | 5.86 | 52.7 | - |
| YUV | 57.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 196 | 0.67 | 0.86 | 0 | 0.23 | 253.14 | 0.76 | 0.44 |
| Hex | 40 | 1B | C4 | 43 | 56 | 0 | 17 | FD | 4C | 2C |
| Octal | 100 | 33 | 304 | 103 | 126 | 0 | 27 | 375 | 114 | 54 |
| Binary | 1000000 | 11011 | 11000100 | 1000011 | 1010110 | 0 | 10111 | 11111101 | 1001100 | 101100 |
Color Harmonies of #401BC4
Complementary color
Monochromatic Colors of #401BC4
Black with #401BC4
Text Example
Text Example
White with #401BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BC4; }
p { color: rgb(64,27,196); }
H1.HeaderClassName
{
color: #401BC4;
}
.AnyTagClassName
{
color: #401BC4;
}
</style>
background-color css
<style>
a { background-color: #401BC4; }
a { background-color: rgb(64,27,196); }
div.DivClassName
{
background-color: #401BC4;
}
.BgClassName
{
background-color: #401BC4;
}
</style>
border-color css
<style>
span { border-color: #401BC4; }
span { border-color: rgb(64,27,196); }
td.TdClassName
{
border-color: #401BC4;
}
.TagClassName
{
border-color: #401BC4;
}
</style>