Shades of Purple Heart #422ACF
Tints of Purple Heart #422ACF
RGB
CMYK
RGB Variations
Color information
#422ACF (or 0x422ACF) is known color: Purple Heart. HEX triplet: 42, 2A and CF. RGB value is (66,42,207). Sum of RGB (Red+Green+Blue) = 66+42+207=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #422ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ACF is #BDD530. Grayscale: #434343. Windows color (decimal): -12440881 or 13576770. OLE color: 13576770.
HSL color Cylindrical-coordinate representation of color #422ACF: hue angle of 248.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422ACF is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 42 | 207 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.19 |
| HSL | 248.73º | 0.66% | 0.49% | - |
| HSV(B) | 248.73º | 0.8% | 0.81% | - |
| XYZ | 14.34 | 7.32 | 59.69 | - |
| YUV | 67.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 207 | 0.68 | 0.80 | 0 | 0.19 | 248.73 | 0.66 | 0.49 |
| Hex | 42 | 2A | CF | 44 | 50 | 0 | 13 | F9 | 42 | 31 |
| Octal | 102 | 52 | 317 | 104 | 120 | 0 | 23 | 371 | 102 | 61 |
| Binary | 1000010 | 101010 | 11001111 | 1000100 | 1010000 | 0 | 10011 | 11111001 | 1000010 | 110001 |
Color Harmonies of #422ACF
Complementary color
Monochromatic Colors of #422ACF
Black with #422ACF
Text Example
Text Example
White with #422ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422ACF; }
p { color: rgb(66,42,207); }
H1.HeaderClassName
{
color: #422ACF;
}
.AnyTagClassName
{
color: #422ACF;
}
</style>
background-color css
<style>
a { background-color: #422ACF; }
a { background-color: rgb(66,42,207); }
div.DivClassName
{
background-color: #422ACF;
}
.BgClassName
{
background-color: #422ACF;
}
</style>
border-color css
<style>
span { border-color: #422ACF; }
span { border-color: rgb(66,42,207); }
td.TdClassName
{
border-color: #422ACF;
}
.TagClassName
{
border-color: #422ACF;
}
</style>