Shades of Purple Heart #422FC9
Tints of Purple Heart #422FC9
RGB
CMYK
RGB Variations
Color information
#422FC9 (or 0x422FC9) is known color: Purple Heart. HEX triplet: 42, 2F and C9. RGB value is (66,47,201). Sum of RGB (Red+Green+Blue) = 66+47+201=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #422FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FC9 is #BDD036. Grayscale: #454545. Windows color (decimal): -12439607 or 13184834. OLE color: 13184834.
HSL color Cylindrical-coordinate representation of color #422FC9: hue angle of 247.4º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422FC9 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 47 | 201 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.21 |
| HSL | 247.4º | 0.62% | 0.49% | - |
| HSV(B) | 247.4º | 0.77% | 0.79% | - |
| XYZ | 13.81 | 7.41 | 55.96 | - |
| YUV | 70.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 201 | 0.67 | 0.77 | 0 | 0.21 | 247.4 | 0.62 | 0.49 |
| Hex | 42 | 2F | C9 | 43 | 4D | 0 | 15 | F7 | 3E | 31 |
| Octal | 102 | 57 | 311 | 103 | 115 | 0 | 25 | 367 | 76 | 61 |
| Binary | 1000010 | 101111 | 11001001 | 1000011 | 1001101 | 0 | 10101 | 11110111 | 111110 | 110001 |
Color Harmonies of #422FC9
Complementary color
Monochromatic Colors of #422FC9
Black with #422FC9
Text Example
Text Example
White with #422FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FC9; }
p { color: rgb(66,47,201); }
H1.HeaderClassName
{
color: #422FC9;
}
.AnyTagClassName
{
color: #422FC9;
}
</style>
background-color css
<style>
a { background-color: #422FC9; }
a { background-color: rgb(66,47,201); }
div.DivClassName
{
background-color: #422FC9;
}
.BgClassName
{
background-color: #422FC9;
}
</style>
border-color css
<style>
span { border-color: #422FC9; }
span { border-color: rgb(66,47,201); }
td.TdClassName
{
border-color: #422FC9;
}
.TagClassName
{
border-color: #422FC9;
}
</style>