Shades of Purple Heart #4420CD
Tints of Purple Heart #4420CD
RGB
CMYK
RGB Variations
Color information
#4420CD (or 0x4420CD) is known color: Purple Heart. HEX triplet: 44, 20 and CD. RGB value is (68,32,205). Sum of RGB (Red+Green+Blue) = 68+32+205=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #4420CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4420CD is #BBDF32. Grayscale: #3D3D3D. Windows color (decimal): -12312371 or 13443140. OLE color: 13443140.
HSL color Cylindrical-coordinate representation of color #4420CD: hue angle of 252.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4420CD is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 32 | 205 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.20 |
| HSL | 252.49º | 0.73% | 0.46% | - |
| HSV(B) | 252.49º | 0.84% | 0.8% | - |
| XYZ | 13.92 | 6.67 | 58.31 | - |
| YUV | 62.49 | 208.43 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 205 | 0.67 | 0.84 | 0 | 0.20 | 252.49 | 0.73 | 0.46 |
| Hex | 44 | 20 | CD | 43 | 54 | 0 | 14 | FC | 49 | 2E |
| Octal | 104 | 40 | 315 | 103 | 124 | 0 | 24 | 374 | 111 | 56 |
| Binary | 1000100 | 100000 | 11001101 | 1000011 | 1010100 | 0 | 10100 | 11111100 | 1001001 | 101110 |
Color Harmonies of #4420CD
Complementary color
Monochromatic Colors of #4420CD
Black with #4420CD
Text Example
Text Example
White with #4420CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4420CD; }
p { color: rgb(68,32,205); }
H1.HeaderClassName
{
color: #4420CD;
}
.AnyTagClassName
{
color: #4420CD;
}
</style>
background-color css
<style>
a { background-color: #4420CD; }
a { background-color: rgb(68,32,205); }
div.DivClassName
{
background-color: #4420CD;
}
.BgClassName
{
background-color: #4420CD;
}
</style>
border-color css
<style>
span { border-color: #4420CD; }
span { border-color: rgb(68,32,205); }
td.TdClassName
{
border-color: #4420CD;
}
.TagClassName
{
border-color: #4420CD;
}
</style>