Shades of Purple Heart #3A20CD
Tints of Purple Heart #3A20CD
RGB
CMYK
RGB Variations
Color information
#3A20CD (or 0x3A20CD) is known color: Purple Heart. HEX triplet: 3A, 20 and CD. RGB value is (58,32,205). Sum of RGB (Red+Green+Blue) = 58+32+205=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A20CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A20CD is #C5DF32. Grayscale: #3A3A3A. Windows color (decimal): -12967731 or 13443130. OLE color: 13443130.
HSL color Cylindrical-coordinate representation of color #3A20CD: hue angle of 249.02º 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 #3A20CD is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 32 | 205 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.20 |
| HSL | 249.02º | 0.73% | 0.46% | - |
| HSV(B) | 249.02º | 0.84% | 0.8% | - |
| XYZ | 13.28 | 6.34 | 58.28 | - |
| YUV | 59.5 | 210.11 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 205 | 0.72 | 0.84 | 0 | 0.20 | 249.02 | 0.73 | 0.46 |
| Hex | 3A | 20 | CD | 48 | 54 | 0 | 14 | F9 | 49 | 2E |
| Octal | 72 | 40 | 315 | 110 | 124 | 0 | 24 | 371 | 111 | 56 |
| Binary | 111010 | 100000 | 11001101 | 1001000 | 1010100 | 0 | 10100 | 11111001 | 1001001 | 101110 |
Color Harmonies of #3A20CD
Complementary color
Monochromatic Colors of #3A20CD
Black with #3A20CD
Text Example
Text Example
White with #3A20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A20CD; }
p { color: rgb(58,32,205); }
H1.HeaderClassName
{
color: #3A20CD;
}
.AnyTagClassName
{
color: #3A20CD;
}
</style>
background-color css
<style>
a { background-color: #3A20CD; }
a { background-color: rgb(58,32,205); }
div.DivClassName
{
background-color: #3A20CD;
}
.BgClassName
{
background-color: #3A20CD;
}
</style>
border-color css
<style>
span { border-color: #3A20CD; }
span { border-color: rgb(58,32,205); }
td.TdClassName
{
border-color: #3A20CD;
}
.TagClassName
{
border-color: #3A20CD;
}
</style>