Shades of Purple Heart #422DB5
Tints of Purple Heart #422DB5
RGB
CMYK
RGB Variations
Color information
#422DB5 (or 0x422DB5) is known color: Purple Heart. HEX triplet: 42, 2D and B5. RGB value is (66,45,181). Sum of RGB (Red+Green+Blue) = 66+45+181=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #422DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DB5 is #BDD24A. Grayscale: #424242. Windows color (decimal): -12440139 or 11873602. OLE color: 11873602.
HSL color Cylindrical-coordinate representation of color #422DB5: hue angle of 249.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422DB5 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 45 | 181 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.29 |
| HSL | 249.26º | 0.6% | 0.44% | - |
| HSV(B) | 249.26º | 0.75% | 0.71% | - |
| XYZ | 11.53 | 6.37 | 44.34 | - |
| YUV | 66.78 | 192.46 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 181 | 0.64 | 0.75 | 0 | 0.29 | 249.26 | 0.6 | 0.44 |
| Hex | 42 | 2D | B5 | 40 | 4B | 0 | 1D | F9 | 3C | 2C |
| Octal | 102 | 55 | 265 | 100 | 113 | 0 | 35 | 371 | 74 | 54 |
| Binary | 1000010 | 101101 | 10110101 | 1000000 | 1001011 | 0 | 11101 | 11111001 | 111100 | 101100 |
Color Harmonies of #422DB5
Complementary color
Monochromatic Colors of #422DB5
Black with #422DB5
Text Example
Text Example
White with #422DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DB5; }
p { color: rgb(66,45,181); }
H1.HeaderClassName
{
color: #422DB5;
}
.AnyTagClassName
{
color: #422DB5;
}
</style>
background-color css
<style>
a { background-color: #422DB5; }
a { background-color: rgb(66,45,181); }
div.DivClassName
{
background-color: #422DB5;
}
.BgClassName
{
background-color: #422DB5;
}
</style>
border-color css
<style>
span { border-color: #422DB5; }
span { border-color: rgb(66,45,181); }
td.TdClassName
{
border-color: #422DB5;
}
.TagClassName
{
border-color: #422DB5;
}
</style>