Shades of Purple Heart #3A21CA
Tints of Purple Heart #3A21CA
RGB
CMYK
RGB Variations
Color information
#3A21CA (or 0x3A21CA) is known color: Purple Heart. HEX triplet: 3A, 21 and CA. RGB value is (58,33,202). Sum of RGB (Red+Green+Blue) = 58+33+202=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A21CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A21CA is #C5DE35. Grayscale: #3B3B3B. Windows color (decimal): -12967478 or 13246778. OLE color: 13246778.
HSL color Cylindrical-coordinate representation of color #3A21CA: hue angle of 248.88º degrees, saturation: 0.72, 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 #3A21CA is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 33 | 202 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.21 |
| HSL | 248.88º | 0.72% | 0.46% | - |
| HSV(B) | 248.88º | 0.84% | 0.79% | - |
| XYZ | 12.95 | 6.25 | 56.4 | - |
| YUV | 59.74 | 208.28 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 202 | 0.71 | 0.84 | 0 | 0.21 | 248.88 | 0.72 | 0.46 |
| Hex | 3A | 21 | CA | 47 | 54 | 0 | 15 | F9 | 48 | 2E |
| Octal | 72 | 41 | 312 | 107 | 124 | 0 | 25 | 371 | 110 | 56 |
| Binary | 111010 | 100001 | 11001010 | 1000111 | 1010100 | 0 | 10101 | 11111001 | 1001000 | 101110 |
Color Harmonies of #3A21CA
Complementary color
Monochromatic Colors of #3A21CA
Black with #3A21CA
Text Example
Text Example
White with #3A21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A21CA; }
p { color: rgb(58,33,202); }
H1.HeaderClassName
{
color: #3A21CA;
}
.AnyTagClassName
{
color: #3A21CA;
}
</style>
background-color css
<style>
a { background-color: #3A21CA; }
a { background-color: rgb(58,33,202); }
div.DivClassName
{
background-color: #3A21CA;
}
.BgClassName
{
background-color: #3A21CA;
}
</style>
border-color css
<style>
span { border-color: #3A21CA; }
span { border-color: rgb(58,33,202); }
td.TdClassName
{
border-color: #3A21CA;
}
.TagClassName
{
border-color: #3A21CA;
}
</style>