Shades of Purple Heart #3E1CAF
Tints of Purple Heart #3E1CAF
RGB
CMYK
RGB Variations
Color information
#3E1CAF (or 0x3E1CAF) is known color: Purple Heart. HEX triplet: 3E, 1C and AF. RGB value is (62,28,175). Sum of RGB (Red+Green+Blue) = 62+28+175=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E1CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1CAF is #C1E350. Grayscale: #363636. Windows color (decimal): -12706641 or 11476030. OLE color: 11476030.
HSL color Cylindrical-coordinate representation of color #3E1CAF: hue angle of 253.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E1CAF is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 28 | 175 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.31 |
| HSL | 253.88º | 0.72% | 0.4% | - |
| HSV(B) | 253.88º | 0.84% | 0.69% | - |
| XYZ | 10.14 | 4.95 | 40.98 | - |
| YUV | 54.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 175 | 0.65 | 0.84 | 0 | 0.31 | 253.88 | 0.72 | 0.4 |
| Hex | 3E | 1C | AF | 41 | 54 | 0 | 1F | FE | 48 | 28 |
| Octal | 76 | 34 | 257 | 101 | 124 | 0 | 37 | 376 | 110 | 50 |
| Binary | 111110 | 11100 | 10101111 | 1000001 | 1010100 | 0 | 11111 | 11111110 | 1001000 | 101000 |
Color Harmonies of #3E1CAF
Complementary color
Monochromatic Colors of #3E1CAF
Black with #3E1CAF
Text Example
Text Example
White with #3E1CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1CAF; }
p { color: rgb(62,28,175); }
H1.HeaderClassName
{
color: #3E1CAF;
}
.AnyTagClassName
{
color: #3E1CAF;
}
</style>
background-color css
<style>
a { background-color: #3E1CAF; }
a { background-color: rgb(62,28,175); }
div.DivClassName
{
background-color: #3E1CAF;
}
.BgClassName
{
background-color: #3E1CAF;
}
</style>
border-color css
<style>
span { border-color: #3E1CAF; }
span { border-color: rgb(62,28,175); }
td.TdClassName
{
border-color: #3E1CAF;
}
.TagClassName
{
border-color: #3E1CAF;
}
</style>