Shades of Purple Heart #422FCB
Tints of Purple Heart #422FCB
RGB
CMYK
RGB Variations
Color information
#422FCB (or 0x422FCB) is known color: Purple Heart. HEX triplet: 42, 2F and CB. RGB value is (66,47,203). Sum of RGB (Red+Green+Blue) = 66+47+203=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #422FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FCB is #BDD034. Grayscale: #454545. Windows color (decimal): -12439605 or 13315906. OLE color: 13315906.
HSL color Cylindrical-coordinate representation of color #422FCB: hue angle of 247.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422FCB is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 47 | 203 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.20 |
| HSL | 247.31º | 0.62% | 0.49% | - |
| HSV(B) | 247.31º | 0.77% | 0.8% | - |
| XYZ | 14.04 | 7.5 | 57.21 | - |
| YUV | 70.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 203 | 0.67 | 0.77 | 0 | 0.20 | 247.31 | 0.62 | 0.49 |
| Hex | 42 | 2F | CB | 43 | 4D | 0 | 14 | F7 | 3E | 31 |
| Octal | 102 | 57 | 313 | 103 | 115 | 0 | 24 | 367 | 76 | 61 |
| Binary | 1000010 | 101111 | 11001011 | 1000011 | 1001101 | 0 | 10100 | 11110111 | 111110 | 110001 |
Color Harmonies of #422FCB
Complementary color
Monochromatic Colors of #422FCB
Black with #422FCB
Text Example
Text Example
White with #422FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FCB; }
p { color: rgb(66,47,203); }
H1.HeaderClassName
{
color: #422FCB;
}
.AnyTagClassName
{
color: #422FCB;
}
</style>
background-color css
<style>
a { background-color: #422FCB; }
a { background-color: rgb(66,47,203); }
div.DivClassName
{
background-color: #422FCB;
}
.BgClassName
{
background-color: #422FCB;
}
</style>
border-color css
<style>
span { border-color: #422FCB; }
span { border-color: rgb(66,47,203); }
td.TdClassName
{
border-color: #422FCB;
}
.TagClassName
{
border-color: #422FCB;
}
</style>