Shades of Purple Heart #421AC2
Tints of Purple Heart #421AC2
RGB
CMYK
RGB Variations
Color information
#421AC2 (or 0x421AC2) is known color: Purple Heart. HEX triplet: 42, 1A and C2. RGB value is (66,26,194). Sum of RGB (Red+Green+Blue) = 66+26+194=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #421AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421AC2 is #BDE53D. Grayscale: #383838. Windows color (decimal): -12444990 or 12720706. OLE color: 12720706.
HSL color Cylindrical-coordinate representation of color #421AC2: hue angle of 254.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421AC2 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 26 | 194 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.24 |
| HSL | 254.29º | 0.76% | 0.43% | - |
| HSV(B) | 254.29º | 0.87% | 0.76% | - |
| XYZ | 12.35 | 5.79 | 51.51 | - |
| YUV | 57.11 | 205.25 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 194 | 0.66 | 0.87 | 0 | 0.24 | 254.29 | 0.76 | 0.43 |
| Hex | 42 | 1A | C2 | 42 | 57 | 0 | 18 | FE | 4C | 2B |
| Octal | 102 | 32 | 302 | 102 | 127 | 0 | 30 | 376 | 114 | 53 |
| Binary | 1000010 | 11010 | 11000010 | 1000010 | 1010111 | 0 | 11000 | 11111110 | 1001100 | 101011 |
Color Harmonies of #421AC2
Complementary color
Monochromatic Colors of #421AC2
Black with #421AC2
Text Example
Text Example
White with #421AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421AC2; }
p { color: rgb(66,26,194); }
H1.HeaderClassName
{
color: #421AC2;
}
.AnyTagClassName
{
color: #421AC2;
}
</style>
background-color css
<style>
a { background-color: #421AC2; }
a { background-color: rgb(66,26,194); }
div.DivClassName
{
background-color: #421AC2;
}
.BgClassName
{
background-color: #421AC2;
}
</style>
border-color css
<style>
span { border-color: #421AC2; }
span { border-color: rgb(66,26,194); }
td.TdClassName
{
border-color: #421AC2;
}
.TagClassName
{
border-color: #421AC2;
}
</style>