Shades of Purple Heart #3A20C9
Tints of Purple Heart #3A20C9
RGB
CMYK
RGB Variations
Color information
#3A20C9 (or 0x3A20C9) is known color: Purple Heart. HEX triplet: 3A, 20 and C9. RGB value is (58,32,201). Sum of RGB (Red+Green+Blue) = 58+32+201=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 201 (78.91% from 255 or 69.07% from 291); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A20C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A20C9 is #C5DF36. Grayscale: #3A3A3A. Windows color (decimal): -12967735 or 13180986. OLE color: 13180986.
HSL color Cylindrical-coordinate representation of color #3A20C9: hue angle of 249.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A20C9 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 32 | 201 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.21 |
| HSL | 249.23º | 0.73% | 0.46% | - |
| HSV(B) | 249.23º | 0.84% | 0.79% | - |
| XYZ | 12.8 | 6.15 | 55.77 | - |
| YUV | 59.04 | 208.11 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 201 | 0.71 | 0.84 | 0 | 0.21 | 249.23 | 0.73 | 0.46 |
| Hex | 3A | 20 | C9 | 47 | 54 | 0 | 15 | F9 | 49 | 2E |
| Octal | 72 | 40 | 311 | 107 | 124 | 0 | 25 | 371 | 111 | 56 |
| Binary | 111010 | 100000 | 11001001 | 1000111 | 1010100 | 0 | 10101 | 11111001 | 1001001 | 101110 |
Color Harmonies of #3A20C9
Complementary color
Monochromatic Colors of #3A20C9
Black with #3A20C9
Text Example
Text Example
White with #3A20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A20C9; }
p { color: rgb(58,32,201); }
H1.HeaderClassName
{
color: #3A20C9;
}
.AnyTagClassName
{
color: #3A20C9;
}
</style>
background-color css
<style>
a { background-color: #3A20C9; }
a { background-color: rgb(58,32,201); }
div.DivClassName
{
background-color: #3A20C9;
}
.BgClassName
{
background-color: #3A20C9;
}
</style>
border-color css
<style>
span { border-color: #3A20C9; }
span { border-color: rgb(58,32,201); }
td.TdClassName
{
border-color: #3A20C9;
}
.TagClassName
{
border-color: #3A20C9;
}
</style>