Shades of Purple Heart #421EB2
Tints of Purple Heart #421EB2
RGB
CMYK
RGB Variations
Color information
#421EB2 (or 0x421EB2) is known color: Purple Heart. HEX triplet: 42, 1E and B2. RGB value is (66,30,178). Sum of RGB (Red+Green+Blue) = 66+30+178=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #421EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421EB2 is #BDE14D. Grayscale: #393939. Windows color (decimal): -12443982 or 11673154. OLE color: 11673154.
HSL color Cylindrical-coordinate representation of color #421EB2: hue angle of 254.59º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421EB2 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 30 | 178 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.30 |
| HSL | 254.59º | 0.71% | 0.41% | - |
| HSV(B) | 254.59º | 0.83% | 0.7% | - |
| XYZ | 10.75 | 5.3 | 42.58 | - |
| YUV | 57.64 | 195.93 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 178 | 0.63 | 0.83 | 0 | 0.30 | 254.59 | 0.71 | 0.41 |
| Hex | 42 | 1E | B2 | 3F | 53 | 0 | 1E | FF | 47 | 29 |
| Octal | 102 | 36 | 262 | 77 | 123 | 0 | 36 | 377 | 107 | 51 |
| Binary | 1000010 | 11110 | 10110010 | 111111 | 1010011 | 0 | 11110 | 11111111 | 1000111 | 101001 |
Color Harmonies of #421EB2
Complementary color
Monochromatic Colors of #421EB2
Black with #421EB2
Text Example
Text Example
White with #421EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421EB2; }
p { color: rgb(66,30,178); }
H1.HeaderClassName
{
color: #421EB2;
}
.AnyTagClassName
{
color: #421EB2;
}
</style>
background-color css
<style>
a { background-color: #421EB2; }
a { background-color: rgb(66,30,178); }
div.DivClassName
{
background-color: #421EB2;
}
.BgClassName
{
background-color: #421EB2;
}
</style>
border-color css
<style>
span { border-color: #421EB2; }
span { border-color: rgb(66,30,178); }
td.TdClassName
{
border-color: #421EB2;
}
.TagClassName
{
border-color: #421EB2;
}
</style>