Shades of Purple Heart #420CC4
Tints of Purple Heart #420CC4
RGB
CMYK
RGB Variations
Color information
#420CC4 (or 0x420CC4) is known color: Purple Heart. HEX triplet: 42, 0C and C4. RGB value is (66,12,196). Sum of RGB (Red+Green+Blue) = 66+12+196=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 196 (76.95% from 255 or 71.53% from 274); Max value from RGB is 196 - color contains mainly: blue. Hex color #420CC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CC4 is #BDF33B. Grayscale: #303030. Windows color (decimal): -12448572 or 12848194. OLE color: 12848194.
HSL color Cylindrical-coordinate representation of color #420CC4: hue angle of 257.61º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CC4 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 12 | 196 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.23 |
| HSL | 257.61º | 0.88% | 0.41% | - |
| HSV(B) | 257.61º | 0.94% | 0.77% | - |
| XYZ | 12.34 | 5.41 | 52.62 | - |
| YUV | 49.12 | 210.89 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 196 | 0.66 | 0.94 | 0 | 0.23 | 257.61 | 0.88 | 0.41 |
| Hex | 42 | C | C4 | 42 | 5E | 0 | 17 | 102 | 58 | 29 |
| Octal | 102 | 14 | 304 | 102 | 136 | 0 | 27 | 402 | 130 | 51 |
| Binary | 1000010 | 1100 | 11000100 | 1000010 | 1011110 | 0 | 10111 | 100000010 | 1011000 | 101001 |
Color Harmonies of #420CC4
Complementary color
Monochromatic Colors of #420CC4
Black with #420CC4
Text Example
Text Example
White with #420CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CC4; }
p { color: rgb(66,12,196); }
H1.HeaderClassName
{
color: #420CC4;
}
.AnyTagClassName
{
color: #420CC4;
}
</style>
background-color css
<style>
a { background-color: #420CC4; }
a { background-color: rgb(66,12,196); }
div.DivClassName
{
background-color: #420CC4;
}
.BgClassName
{
background-color: #420CC4;
}
</style>
border-color css
<style>
span { border-color: #420CC4; }
span { border-color: rgb(66,12,196); }
td.TdClassName
{
border-color: #420CC4;
}
.TagClassName
{
border-color: #420CC4;
}
</style>