Shades of Purple Heart #421EC3
Tints of Purple Heart #421EC3
RGB
CMYK
RGB Variations
Color information
#421EC3 (or 0x421EC3) is known color: Purple Heart. HEX triplet: 42, 1E and C3. RGB value is (66,30,195). Sum of RGB (Red+Green+Blue) = 66+30+195=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #421EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EC3 is #BDE13C. Grayscale: #3A3A3A. Windows color (decimal): -12443965 or 12787266. OLE color: 12787266.
HSL color Cylindrical-coordinate representation of color #421EC3: hue angle of 253.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421EC3 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 30 | 195 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.24 |
| HSL | 253.09º | 0.73% | 0.44% | - |
| HSV(B) | 253.09º | 0.85% | 0.76% | - |
| XYZ | 12.56 | 6.03 | 52.13 | - |
| YUV | 59.57 | 204.43 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 195 | 0.66 | 0.85 | 0 | 0.24 | 253.09 | 0.73 | 0.44 |
| Hex | 42 | 1E | C3 | 42 | 55 | 0 | 18 | FD | 49 | 2C |
| Octal | 102 | 36 | 303 | 102 | 125 | 0 | 30 | 375 | 111 | 54 |
| Binary | 1000010 | 11110 | 11000011 | 1000010 | 1010101 | 0 | 11000 | 11111101 | 1001001 | 101100 |
Color Harmonies of #421EC3
Complementary color
Monochromatic Colors of #421EC3
Black with #421EC3
Text Example
Text Example
White with #421EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421EC3; }
p { color: rgb(66,30,195); }
H1.HeaderClassName
{
color: #421EC3;
}
.AnyTagClassName
{
color: #421EC3;
}
</style>
background-color css
<style>
a { background-color: #421EC3; }
a { background-color: rgb(66,30,195); }
div.DivClassName
{
background-color: #421EC3;
}
.BgClassName
{
background-color: #421EC3;
}
</style>
border-color css
<style>
span { border-color: #421EC3; }
span { border-color: rgb(66,30,195); }
td.TdClassName
{
border-color: #421EC3;
}
.TagClassName
{
border-color: #421EC3;
}
</style>