Shades of Purple Heart #422FC3
Tints of Purple Heart #422FC3
RGB
CMYK
RGB Variations
Color information
#422FC3 (or 0x422FC3) is known color: Purple Heart. HEX triplet: 42, 2F and C3. RGB value is (66,47,195). Sum of RGB (Red+Green+Blue) = 66+47+195=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #422FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FC3 is #BDD03C. Grayscale: #444444. Windows color (decimal): -12439613 or 12791618. OLE color: 12791618.
HSL color Cylindrical-coordinate representation of color #422FC3: hue angle of 247.7º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422FC3 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 47 | 195 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.24 |
| HSL | 247.7º | 0.61% | 0.47% | - |
| HSV(B) | 247.7º | 0.76% | 0.76% | - |
| XYZ | 13.11 | 7.13 | 52.32 | - |
| YUV | 69.55 | 198.79 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 195 | 0.66 | 0.76 | 0 | 0.24 | 247.7 | 0.61 | 0.47 |
| Hex | 42 | 2F | C3 | 42 | 4C | 0 | 18 | F8 | 3D | 2F |
| Octal | 102 | 57 | 303 | 102 | 114 | 0 | 30 | 370 | 75 | 57 |
| Binary | 1000010 | 101111 | 11000011 | 1000010 | 1001100 | 0 | 11000 | 11111000 | 111101 | 101111 |
Color Harmonies of #422FC3
Complementary color
Monochromatic Colors of #422FC3
Black with #422FC3
Text Example
Text Example
White with #422FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FC3; }
p { color: rgb(66,47,195); }
H1.HeaderClassName
{
color: #422FC3;
}
.AnyTagClassName
{
color: #422FC3;
}
</style>
background-color css
<style>
a { background-color: #422FC3; }
a { background-color: rgb(66,47,195); }
div.DivClassName
{
background-color: #422FC3;
}
.BgClassName
{
background-color: #422FC3;
}
</style>
border-color css
<style>
span { border-color: #422FC3; }
span { border-color: rgb(66,47,195); }
td.TdClassName
{
border-color: #422FC3;
}
.TagClassName
{
border-color: #422FC3;
}
</style>