Shades of Purple Heart #420FAD
Tints of Purple Heart #420FAD
RGB
CMYK
RGB Variations
Color information
#420FAD (or 0x420FAD) is known color: Purple Heart. HEX triplet: 42, 0F and AD. RGB value is (66,15,173). Sum of RGB (Red+Green+Blue) = 66+15+173=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #420FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420FAD is #BDF052. Grayscale: #2F2F2F. Windows color (decimal): -12447827 or 11341634. OLE color: 11341634.
HSL color Cylindrical-coordinate representation of color #420FAD: hue angle of 259.37º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420FAD is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 15 | 173 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.32 |
| HSL | 259.37º | 0.84% | 0.37% | - |
| HSV(B) | 259.37º | 0.91% | 0.68% | - |
| XYZ | 9.96 | 4.52 | 39.88 | - |
| YUV | 48.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 173 | 0.62 | 0.91 | 0 | 0.32 | 259.37 | 0.84 | 0.37 |
| Hex | 42 | F | AD | 3E | 5B | 0 | 20 | 103 | 54 | 25 |
| Octal | 102 | 17 | 255 | 76 | 133 | 0 | 40 | 403 | 124 | 45 |
| Binary | 1000010 | 1111 | 10101101 | 111110 | 1011011 | 0 | 100000 | 100000011 | 1010100 | 100101 |
Color Harmonies of #420FAD
Complementary color
Monochromatic Colors of #420FAD
Black with #420FAD
Text Example
Text Example
White with #420FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FAD; }
p { color: rgb(66,15,173); }
H1.HeaderClassName
{
color: #420FAD;
}
.AnyTagClassName
{
color: #420FAD;
}
</style>
background-color css
<style>
a { background-color: #420FAD; }
a { background-color: rgb(66,15,173); }
div.DivClassName
{
background-color: #420FAD;
}
.BgClassName
{
background-color: #420FAD;
}
</style>
border-color css
<style>
span { border-color: #420FAD; }
span { border-color: rgb(66,15,173); }
td.TdClassName
{
border-color: #420FAD;
}
.TagClassName
{
border-color: #420FAD;
}
</style>