Shades of Purple Heart #422CD5
Tints of Purple Heart #422CD5
RGB
CMYK
RGB Variations
Color information
#422CD5 (or 0x422CD5) is known color: Purple Heart. HEX triplet: 42, 2C and D5. RGB value is (66,44,213). Sum of RGB (Red+Green+Blue) = 66+44+213=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 213 (83.59% from 255 or 65.94% from 323); Max value from RGB is 213 - color contains mainly: blue. Hex color #422CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CD5 is #BDD32A. Grayscale: #454545. Windows color (decimal): -12440363 or 13970498. OLE color: 13970498.
HSL color Cylindrical-coordinate representation of color #422CD5: hue angle of 247.81º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422CD5 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 44 | 213 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.16 |
| HSL | 247.81º | 0.67% | 0.5% | - |
| HSV(B) | 247.81º | 0.79% | 0.84% | - |
| XYZ | 15.16 | 7.76 | 63.65 | - |
| YUV | 69.84 | 208.79 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 213 | 0.69 | 0.79 | 0 | 0.16 | 247.81 | 0.67 | 0.5 |
| Hex | 42 | 2C | D5 | 45 | 4F | 0 | 10 | F8 | 43 | 32 |
| Octal | 102 | 54 | 325 | 105 | 117 | 0 | 20 | 370 | 103 | 62 |
| Binary | 1000010 | 101100 | 11010101 | 1000101 | 1001111 | 0 | 10000 | 11111000 | 1000011 | 110010 |
Color Harmonies of #422CD5
Complementary color
Monochromatic Colors of #422CD5
Black with #422CD5
Text Example
Text Example
White with #422CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CD5; }
p { color: rgb(66,44,213); }
H1.HeaderClassName
{
color: #422CD5;
}
.AnyTagClassName
{
color: #422CD5;
}
</style>
background-color css
<style>
a { background-color: #422CD5; }
a { background-color: rgb(66,44,213); }
div.DivClassName
{
background-color: #422CD5;
}
.BgClassName
{
background-color: #422CD5;
}
</style>
border-color css
<style>
span { border-color: #422CD5; }
span { border-color: rgb(66,44,213); }
td.TdClassName
{
border-color: #422CD5;
}
.TagClassName
{
border-color: #422CD5;
}
</style>