Shades of Purple Heart #3A20CE
Tints of Purple Heart #3A20CE
RGB
CMYK
RGB Variations
Color information
#3A20CE (or 0x3A20CE) is known color: Purple Heart. HEX triplet: 3A, 20 and CE. RGB value is (58,32,206). Sum of RGB (Red+Green+Blue) = 58+32+206=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A20CE is #C5DF31. Grayscale: #3A3A3A. Windows color (decimal): -12967730 or 13508666. OLE color: 13508666.
HSL color Cylindrical-coordinate representation of color #3A20CE: hue angle of 248.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A20CE is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 32 | 206 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.19 |
| HSL | 248.97º | 0.73% | 0.47% | - |
| HSV(B) | 248.97º | 0.84% | 0.81% | - |
| XYZ | 13.4 | 6.39 | 58.92 | - |
| YUV | 59.61 | 210.61 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 206 | 0.72 | 0.84 | 0 | 0.19 | 248.97 | 0.73 | 0.47 |
| Hex | 3A | 20 | CE | 48 | 54 | 0 | 13 | F9 | 49 | 2F |
| Octal | 72 | 40 | 316 | 110 | 124 | 0 | 23 | 371 | 111 | 57 |
| Binary | 111010 | 100000 | 11001110 | 1001000 | 1010100 | 0 | 10011 | 11111001 | 1001001 | 101111 |
Color Harmonies of #3A20CE
Complementary color
Monochromatic Colors of #3A20CE
Black with #3A20CE
Text Example
Text Example
White with #3A20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A20CE; }
p { color: rgb(58,32,206); }
H1.HeaderClassName
{
color: #3A20CE;
}
.AnyTagClassName
{
color: #3A20CE;
}
</style>
background-color css
<style>
a { background-color: #3A20CE; }
a { background-color: rgb(58,32,206); }
div.DivClassName
{
background-color: #3A20CE;
}
.BgClassName
{
background-color: #3A20CE;
}
</style>
border-color css
<style>
span { border-color: #3A20CE; }
span { border-color: rgb(58,32,206); }
td.TdClassName
{
border-color: #3A20CE;
}
.TagClassName
{
border-color: #3A20CE;
}
</style>