Shades of Purple Heart #401CC1
Tints of Purple Heart #401CC1
RGB
CMYK
RGB Variations
Color information
#401CC1 (or 0x401CC1) is known color: Purple Heart. HEX triplet: 40, 1C and C1. RGB value is (64,28,193). Sum of RGB (Red+Green+Blue) = 64+28+193=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #401CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CC1 is #BFE33E. Grayscale: #383838. Windows color (decimal): -12575551 or 12655680. OLE color: 12655680.
HSL color Cylindrical-coordinate representation of color #401CC1: hue angle of 253.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401CC1 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 28 | 193 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.24 |
| HSL | 253.09º | 0.75% | 0.43% | - |
| HSV(B) | 253.09º | 0.85% | 0.76% | - |
| XYZ | 12.16 | 5.77 | 50.93 | - |
| YUV | 57.57 | 204.43 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 193 | 0.67 | 0.85 | 0 | 0.24 | 253.09 | 0.75 | 0.43 |
| Hex | 40 | 1C | C1 | 43 | 55 | 0 | 18 | FD | 4B | 2B |
| Octal | 100 | 34 | 301 | 103 | 125 | 0 | 30 | 375 | 113 | 53 |
| Binary | 1000000 | 11100 | 11000001 | 1000011 | 1010101 | 0 | 11000 | 11111101 | 1001011 | 101011 |
Color Harmonies of #401CC1
Complementary color
Monochromatic Colors of #401CC1
Black with #401CC1
Text Example
Text Example
White with #401CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CC1; }
p { color: rgb(64,28,193); }
H1.HeaderClassName
{
color: #401CC1;
}
.AnyTagClassName
{
color: #401CC1;
}
</style>
background-color css
<style>
a { background-color: #401CC1; }
a { background-color: rgb(64,28,193); }
div.DivClassName
{
background-color: #401CC1;
}
.BgClassName
{
background-color: #401CC1;
}
</style>
border-color css
<style>
span { border-color: #401CC1; }
span { border-color: rgb(64,28,193); }
td.TdClassName
{
border-color: #401CC1;
}
.TagClassName
{
border-color: #401CC1;
}
</style>