Shades of Purple Heart #421ACC
Tints of Purple Heart #421ACC
RGB
CMYK
RGB Variations
Color information
#421ACC (or 0x421ACC) is known color: Purple Heart. HEX triplet: 42, 1A and CC. RGB value is (66,26,204). Sum of RGB (Red+Green+Blue) = 66+26+204=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #421ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ACC is #BDE533. Grayscale: #393939. Windows color (decimal): -12444980 or 13376066. OLE color: 13376066.
HSL color Cylindrical-coordinate representation of color #421ACC: hue angle of 253.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421ACC is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 26 | 204 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.2 |
| HSL | 253.48º | 0.77% | 0.45% | - |
| HSV(B) | 253.48º | 0.87% | 0.8% | - |
| XYZ | 13.52 | 6.26 | 57.62 | - |
| YUV | 58.25 | 210.25 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 204 | 0.68 | 0.87 | 0 | 0.2 | 253.48 | 0.77 | 0.45 |
| Hex | 42 | 1A | CC | 44 | 57 | 0 | 14 | FD | 4D | 2D |
| Octal | 102 | 32 | 314 | 104 | 127 | 0 | 24 | 375 | 115 | 55 |
| Binary | 1000010 | 11010 | 11001100 | 1000100 | 1010111 | 0 | 10100 | 11111101 | 1001101 | 101101 |
Color Harmonies of #421ACC
Complementary color
Monochromatic Colors of #421ACC
Black with #421ACC
Text Example
Text Example
White with #421ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421ACC; }
p { color: rgb(66,26,204); }
H1.HeaderClassName
{
color: #421ACC;
}
.AnyTagClassName
{
color: #421ACC;
}
</style>
background-color css
<style>
a { background-color: #421ACC; }
a { background-color: rgb(66,26,204); }
div.DivClassName
{
background-color: #421ACC;
}
.BgClassName
{
background-color: #421ACC;
}
</style>
border-color css
<style>
span { border-color: #421ACC; }
span { border-color: rgb(66,26,204); }
td.TdClassName
{
border-color: #421ACC;
}
.TagClassName
{
border-color: #421ACC;
}
</style>