Shades of Purple Heart #3A21CE
Tints of Purple Heart #3A21CE
RGB
CMYK
RGB Variations
Color information
#3A21CE (or 0x3A21CE) is known color: Purple Heart. HEX triplet: 3A, 21 and CE. RGB value is (58,33,206). Sum of RGB (Red+Green+Blue) = 58+33+206=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A21CE is #C5DE31. Grayscale: #3B3B3B. Windows color (decimal): -12967474 or 13508922. OLE color: 13508922.
HSL color Cylindrical-coordinate representation of color #3A21CE: hue angle of 248.67º degrees, saturation: 0.72, 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 #3A21CE is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 33 | 206 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.19 |
| HSL | 248.67º | 0.72% | 0.47% | - |
| HSV(B) | 248.67º | 0.84% | 0.81% | - |
| XYZ | 13.43 | 6.44 | 58.93 | - |
| YUV | 60.2 | 210.28 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 206 | 0.72 | 0.84 | 0 | 0.19 | 248.67 | 0.72 | 0.47 |
| Hex | 3A | 21 | CE | 48 | 54 | 0 | 13 | F9 | 48 | 2F |
| Octal | 72 | 41 | 316 | 110 | 124 | 0 | 23 | 371 | 110 | 57 |
| Binary | 111010 | 100001 | 11001110 | 1001000 | 1010100 | 0 | 10011 | 11111001 | 1001000 | 101111 |
Color Harmonies of #3A21CE
Complementary color
Monochromatic Colors of #3A21CE
Black with #3A21CE
Text Example
Text Example
White with #3A21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A21CE; }
p { color: rgb(58,33,206); }
H1.HeaderClassName
{
color: #3A21CE;
}
.AnyTagClassName
{
color: #3A21CE;
}
</style>
background-color css
<style>
a { background-color: #3A21CE; }
a { background-color: rgb(58,33,206); }
div.DivClassName
{
background-color: #3A21CE;
}
.BgClassName
{
background-color: #3A21CE;
}
</style>
border-color css
<style>
span { border-color: #3A21CE; }
span { border-color: rgb(58,33,206); }
td.TdClassName
{
border-color: #3A21CE;
}
.TagClassName
{
border-color: #3A21CE;
}
</style>