Shades of Purple Heart #422FCE
Tints of Purple Heart #422FCE
RGB
CMYK
RGB Variations
Color information
#422FCE (or 0x422FCE) is known color: Purple Heart. HEX triplet: 42, 2F and CE. RGB value is (66,47,206). Sum of RGB (Red+Green+Blue) = 66+47+206=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #422FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FCE is #BDD031. Grayscale: #464646. Windows color (decimal): -12439602 or 13512514. OLE color: 13512514.
HSL color Cylindrical-coordinate representation of color #422FCE: hue angle of 247.17º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422FCE is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 47 | 206 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.19 |
| HSL | 247.17º | 0.63% | 0.5% | - |
| HSV(B) | 247.17º | 0.77% | 0.81% | - |
| XYZ | 14.4 | 7.65 | 59.11 | - |
| YUV | 70.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 206 | 0.68 | 0.77 | 0 | 0.19 | 247.17 | 0.63 | 0.5 |
| Hex | 42 | 2F | CE | 44 | 4D | 0 | 13 | F7 | 3F | 32 |
| Octal | 102 | 57 | 316 | 104 | 115 | 0 | 23 | 367 | 77 | 62 |
| Binary | 1000010 | 101111 | 11001110 | 1000100 | 1001101 | 0 | 10011 | 11110111 | 111111 | 110010 |
Color Harmonies of #422FCE
Complementary color
Monochromatic Colors of #422FCE
Black with #422FCE
Text Example
Text Example
White with #422FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FCE; }
p { color: rgb(66,47,206); }
H1.HeaderClassName
{
color: #422FCE;
}
.AnyTagClassName
{
color: #422FCE;
}
</style>
background-color css
<style>
a { background-color: #422FCE; }
a { background-color: rgb(66,47,206); }
div.DivClassName
{
background-color: #422FCE;
}
.BgClassName
{
background-color: #422FCE;
}
</style>
border-color css
<style>
span { border-color: #422FCE; }
span { border-color: rgb(66,47,206); }
td.TdClassName
{
border-color: #422FCE;
}
.TagClassName
{
border-color: #422FCE;
}
</style>