Shades of Purple Heart #3A20BD
Tints of Purple Heart #3A20BD
RGB
CMYK
RGB Variations
Color information
#3A20BD (or 0x3A20BD) is known color: Purple Heart. HEX triplet: 3A, 20 and BD. RGB value is (58,32,189). Sum of RGB (Red+Green+Blue) = 58+32+189=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A20BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A20BD is #C5DF42. Grayscale: #393939. Windows color (decimal): -12967747 or 12394554. OLE color: 12394554.
HSL color Cylindrical-coordinate representation of color #3A20BD: hue angle of 249.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A20BD is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 32 | 189 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.26 |
| HSL | 249.94º | 0.71% | 0.43% | - |
| HSV(B) | 249.94º | 0.83% | 0.74% | - |
| XYZ | 11.45 | 5.61 | 48.62 | - |
| YUV | 57.67 | 202.11 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 189 | 0.69 | 0.83 | 0 | 0.26 | 249.94 | 0.71 | 0.43 |
| Hex | 3A | 20 | BD | 45 | 53 | 0 | 1A | FA | 47 | 2B |
| Octal | 72 | 40 | 275 | 105 | 123 | 0 | 32 | 372 | 107 | 53 |
| Binary | 111010 | 100000 | 10111101 | 1000101 | 1010011 | 0 | 11010 | 11111010 | 1000111 | 101011 |
Color Harmonies of #3A20BD
Complementary color
Monochromatic Colors of #3A20BD
Black with #3A20BD
Text Example
Text Example
White with #3A20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A20BD; }
p { color: rgb(58,32,189); }
H1.HeaderClassName
{
color: #3A20BD;
}
.AnyTagClassName
{
color: #3A20BD;
}
</style>
background-color css
<style>
a { background-color: #3A20BD; }
a { background-color: rgb(58,32,189); }
div.DivClassName
{
background-color: #3A20BD;
}
.BgClassName
{
background-color: #3A20BD;
}
</style>
border-color css
<style>
span { border-color: #3A20BD; }
span { border-color: rgb(58,32,189); }
td.TdClassName
{
border-color: #3A20BD;
}
.TagClassName
{
border-color: #3A20BD;
}
</style>