Shades of Purple Heart #421DAF
Tints of Purple Heart #421DAF
RGB
CMYK
RGB Variations
Color information
#421DAF (or 0x421DAF) is known color: Purple Heart. HEX triplet: 42, 1D and AF. RGB value is (66,29,175). Sum of RGB (Red+Green+Blue) = 66+29+175=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #421DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DAF is #BDE250. Grayscale: #383838. Windows color (decimal): -12444241 or 11476290. OLE color: 11476290.
HSL color Cylindrical-coordinate representation of color #421DAF: hue angle of 255.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421DAF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 29 | 175 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.31 |
| HSL | 255.21º | 0.72% | 0.4% | - |
| HSV(B) | 255.21º | 0.83% | 0.69% | - |
| XYZ | 10.42 | 5.13 | 41 | - |
| YUV | 56.71 | 194.76 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 175 | 0.62 | 0.83 | 0 | 0.31 | 255.21 | 0.72 | 0.4 |
| Hex | 42 | 1D | AF | 3E | 53 | 0 | 1F | FF | 48 | 28 |
| Octal | 102 | 35 | 257 | 76 | 123 | 0 | 37 | 377 | 110 | 50 |
| Binary | 1000010 | 11101 | 10101111 | 111110 | 1010011 | 0 | 11111 | 11111111 | 1001000 | 101000 |
Color Harmonies of #421DAF
Complementary color
Monochromatic Colors of #421DAF
Black with #421DAF
Text Example
Text Example
White with #421DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DAF; }
p { color: rgb(66,29,175); }
H1.HeaderClassName
{
color: #421DAF;
}
.AnyTagClassName
{
color: #421DAF;
}
</style>
background-color css
<style>
a { background-color: #421DAF; }
a { background-color: rgb(66,29,175); }
div.DivClassName
{
background-color: #421DAF;
}
.BgClassName
{
background-color: #421DAF;
}
</style>
border-color css
<style>
span { border-color: #421DAF; }
span { border-color: rgb(66,29,175); }
td.TdClassName
{
border-color: #421DAF;
}
.TagClassName
{
border-color: #421DAF;
}
</style>