Shades of Purple Heart #421AC1
Tints of Purple Heart #421AC1
RGB
CMYK
RGB Variations
Color information
#421AC1 (or 0x421AC1) is known color: Purple Heart. HEX triplet: 42, 1A and C1. RGB value is (66,26,193). Sum of RGB (Red+Green+Blue) = 66+26+193=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 26 (10.55% from 255 or 9.12% 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 #421AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421AC1 is #BDE53E. Grayscale: #383838. Windows color (decimal): -12444991 or 12655170. OLE color: 12655170.
HSL color Cylindrical-coordinate representation of color #421AC1: hue angle of 254.37º 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 #421AC1 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 26 | 193 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.24 |
| HSL | 254.37º | 0.76% | 0.43% | - |
| HSV(B) | 254.37º | 0.87% | 0.76% | - |
| XYZ | 12.24 | 5.75 | 50.92 | - |
| YUV | 57 | 204.75 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 193 | 0.66 | 0.87 | 0 | 0.24 | 254.37 | 0.76 | 0.43 |
| Hex | 42 | 1A | C1 | 42 | 57 | 0 | 18 | FE | 4C | 2B |
| Octal | 102 | 32 | 301 | 102 | 127 | 0 | 30 | 376 | 114 | 53 |
| Binary | 1000010 | 11010 | 11000001 | 1000010 | 1010111 | 0 | 11000 | 11111110 | 1001100 | 101011 |
Color Harmonies of #421AC1
Complementary color
Monochromatic Colors of #421AC1
Black with #421AC1
Text Example
Text Example
White with #421AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421AC1; }
p { color: rgb(66,26,193); }
H1.HeaderClassName
{
color: #421AC1;
}
.AnyTagClassName
{
color: #421AC1;
}
</style>
background-color css
<style>
a { background-color: #421AC1; }
a { background-color: rgb(66,26,193); }
div.DivClassName
{
background-color: #421AC1;
}
.BgClassName
{
background-color: #421AC1;
}
</style>
border-color css
<style>
span { border-color: #421AC1; }
span { border-color: rgb(66,26,193); }
td.TdClassName
{
border-color: #421AC1;
}
.TagClassName
{
border-color: #421AC1;
}
</style>