Shades of Purple Heart #401BC1
Tints of Purple Heart #401BC1
RGB
CMYK
RGB Variations
Color information
#401BC1 (or 0x401BC1) is known color: Purple Heart. HEX triplet: 40, 1B and C1. RGB value is (64,27,193). Sum of RGB (Red+Green+Blue) = 64+27+193=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #401BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BC1 is #BFE43E. Grayscale: #383838. Windows color (decimal): -12575807 or 12655424. OLE color: 12655424.
HSL color Cylindrical-coordinate representation of color #401BC1: hue angle of 253.37º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401BC1 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 27 | 193 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.24 |
| HSL | 253.37º | 0.75% | 0.43% | - |
| HSV(B) | 253.37º | 0.86% | 0.76% | - |
| XYZ | 12.13 | 5.72 | 50.92 | - |
| YUV | 56.99 | 204.76 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 193 | 0.67 | 0.86 | 0 | 0.24 | 253.37 | 0.75 | 0.43 |
| Hex | 40 | 1B | C1 | 43 | 56 | 0 | 18 | FD | 4B | 2B |
| Octal | 100 | 33 | 301 | 103 | 126 | 0 | 30 | 375 | 113 | 53 |
| Binary | 1000000 | 11011 | 11000001 | 1000011 | 1010110 | 0 | 11000 | 11111101 | 1001011 | 101011 |
Color Harmonies of #401BC1
Complementary color
Monochromatic Colors of #401BC1
Black with #401BC1
Text Example
Text Example
White with #401BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BC1; }
p { color: rgb(64,27,193); }
H1.HeaderClassName
{
color: #401BC1;
}
.AnyTagClassName
{
color: #401BC1;
}
</style>
background-color css
<style>
a { background-color: #401BC1; }
a { background-color: rgb(64,27,193); }
div.DivClassName
{
background-color: #401BC1;
}
.BgClassName
{
background-color: #401BC1;
}
</style>
border-color css
<style>
span { border-color: #401BC1; }
span { border-color: rgb(64,27,193); }
td.TdClassName
{
border-color: #401BC1;
}
.TagClassName
{
border-color: #401BC1;
}
</style>