Shades of Purple Heart #4021C1
Tints of Purple Heart #4021C1
RGB
CMYK
RGB Variations
Color information
#4021C1 (or 0x4021C1) is known color: Purple Heart. HEX triplet: 40, 21 and C1. RGB value is (64,33,193). Sum of RGB (Red+Green+Blue) = 64+33+193=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #4021C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021C1 is #BFDE3E. Grayscale: #3B3B3B. Windows color (decimal): -12574271 or 12656960. OLE color: 12656960.
HSL color Cylindrical-coordinate representation of color #4021C1: hue angle of 251.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4021C1 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 33 | 193 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.24 |
| HSL | 251.63º | 0.71% | 0.44% | - |
| HSV(B) | 251.63º | 0.83% | 0.76% | - |
| XYZ | 12.28 | 6.03 | 50.97 | - |
| YUV | 60.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 193 | 0.67 | 0.83 | 0 | 0.24 | 251.63 | 0.71 | 0.44 |
| Hex | 40 | 21 | C1 | 43 | 53 | 0 | 18 | FC | 47 | 2C |
| Octal | 100 | 41 | 301 | 103 | 123 | 0 | 30 | 374 | 107 | 54 |
| Binary | 1000000 | 100001 | 11000001 | 1000011 | 1010011 | 0 | 11000 | 11111100 | 1000111 | 101100 |
Color Harmonies of #4021C1
Complementary color
Monochromatic Colors of #4021C1
Black with #4021C1
Text Example
Text Example
White with #4021C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021C1; }
p { color: rgb(64,33,193); }
H1.HeaderClassName
{
color: #4021C1;
}
.AnyTagClassName
{
color: #4021C1;
}
</style>
background-color css
<style>
a { background-color: #4021C1; }
a { background-color: rgb(64,33,193); }
div.DivClassName
{
background-color: #4021C1;
}
.BgClassName
{
background-color: #4021C1;
}
</style>
border-color css
<style>
span { border-color: #4021C1; }
span { border-color: rgb(64,33,193); }
td.TdClassName
{
border-color: #4021C1;
}
.TagClassName
{
border-color: #4021C1;
}
</style>