Shades of Purple Heart #3A1DB5
Tints of Purple Heart #3A1DB5
RGB
CMYK
RGB Variations
Color information
#3A1DB5 (or 0x3A1DB5) is known color: Purple Heart. HEX triplet: 3A, 1D and B5. RGB value is (58,29,181). Sum of RGB (Red+Green+Blue) = 58+29+181=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 181 (71.09% from 255 or 67.54% from 268); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A1DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DB5 is #C5E24A. Grayscale: #363636. Windows color (decimal): -12968523 or 11869498. OLE color: 11869498.
HSL color Cylindrical-coordinate representation of color #3A1DB5: hue angle of 251.45º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1DB5 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 29 | 181 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.29 |
| HSL | 251.45º | 0.72% | 0.41% | - |
| HSV(B) | 251.45º | 0.84% | 0.71% | - |
| XYZ | 10.52 | 5.11 | 44.15 | - |
| YUV | 55 | 199.11 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 181 | 0.68 | 0.84 | 0 | 0.29 | 251.45 | 0.72 | 0.41 |
| Hex | 3A | 1D | B5 | 44 | 54 | 0 | 1D | FB | 48 | 29 |
| Octal | 72 | 35 | 265 | 104 | 124 | 0 | 35 | 373 | 110 | 51 |
| Binary | 111010 | 11101 | 10110101 | 1000100 | 1010100 | 0 | 11101 | 11111011 | 1001000 | 101001 |
Color Harmonies of #3A1DB5
Complementary color
Monochromatic Colors of #3A1DB5
Black with #3A1DB5
Text Example
Text Example
White with #3A1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DB5; }
p { color: rgb(58,29,181); }
H1.HeaderClassName
{
color: #3A1DB5;
}
.AnyTagClassName
{
color: #3A1DB5;
}
</style>
background-color css
<style>
a { background-color: #3A1DB5; }
a { background-color: rgb(58,29,181); }
div.DivClassName
{
background-color: #3A1DB5;
}
.BgClassName
{
background-color: #3A1DB5;
}
</style>
border-color css
<style>
span { border-color: #3A1DB5; }
span { border-color: rgb(58,29,181); }
td.TdClassName
{
border-color: #3A1DB5;
}
.TagClassName
{
border-color: #3A1DB5;
}
</style>