Shades of Purple Heart #4020CD
Tints of Purple Heart #4020CD
RGB
CMYK
RGB Variations
Color information
#4020CD (or 0x4020CD) is known color: Purple Heart. HEX triplet: 40, 20 and CD. RGB value is (64,32,205). Sum of RGB (Red+Green+Blue) = 64+32+205=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #4020CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4020CD is #BFDF32. Grayscale: #3C3C3C. Windows color (decimal): -12574515 or 13443136. OLE color: 13443136.
HSL color Cylindrical-coordinate representation of color #4020CD: hue angle of 251.1º 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 #4020CD is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 32 | 205 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.20 |
| HSL | 251.1º | 0.73% | 0.46% | - |
| HSV(B) | 251.1º | 0.84% | 0.8% | - |
| XYZ | 13.65 | 6.53 | 58.3 | - |
| YUV | 61.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 205 | 0.69 | 0.84 | 0 | 0.20 | 251.1 | 0.73 | 0.46 |
| Hex | 40 | 20 | CD | 45 | 54 | 0 | 14 | FB | 49 | 2E |
| Octal | 100 | 40 | 315 | 105 | 124 | 0 | 24 | 373 | 111 | 56 |
| Binary | 1000000 | 100000 | 11001101 | 1000101 | 1010100 | 0 | 10100 | 11111011 | 1001001 | 101110 |
Color Harmonies of #4020CD
Complementary color
Monochromatic Colors of #4020CD
Black with #4020CD
Text Example
Text Example
White with #4020CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4020CD; }
p { color: rgb(64,32,205); }
H1.HeaderClassName
{
color: #4020CD;
}
.AnyTagClassName
{
color: #4020CD;
}
</style>
background-color css
<style>
a { background-color: #4020CD; }
a { background-color: rgb(64,32,205); }
div.DivClassName
{
background-color: #4020CD;
}
.BgClassName
{
background-color: #4020CD;
}
</style>
border-color css
<style>
span { border-color: #4020CD; }
span { border-color: rgb(64,32,205); }
td.TdClassName
{
border-color: #4020CD;
}
.TagClassName
{
border-color: #4020CD;
}
</style>