Shades of Purple Heart #3E18AF
Tints of Purple Heart #3E18AF
RGB
CMYK
RGB Variations
Color information
#3E18AF (or 0x3E18AF) is known color: Purple Heart. HEX triplet: 3E, 18 and AF. RGB value is (62,24,175). Sum of RGB (Red+Green+Blue) = 62+24+175=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E18AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E18AF is #C1E750. Grayscale: #343434. Windows color (decimal): -12707665 or 11475006. OLE color: 11475006.
HSL color Cylindrical-coordinate representation of color #3E18AF: hue angle of 255.1º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E18AF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 24 | 175 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.31 |
| HSL | 255.1º | 0.76% | 0.39% | - |
| HSV(B) | 255.1º | 0.86% | 0.69% | - |
| XYZ | 10.05 | 4.77 | 40.95 | - |
| YUV | 52.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 175 | 0.65 | 0.86 | 0 | 0.31 | 255.1 | 0.76 | 0.39 |
| Hex | 3E | 18 | AF | 41 | 56 | 0 | 1F | FF | 4C | 27 |
| Octal | 76 | 30 | 257 | 101 | 126 | 0 | 37 | 377 | 114 | 47 |
| Binary | 111110 | 11000 | 10101111 | 1000001 | 1010110 | 0 | 11111 | 11111111 | 1001100 | 100111 |
Color Harmonies of #3E18AF
Complementary color
Monochromatic Colors of #3E18AF
Black with #3E18AF
Text Example
Text Example
White with #3E18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E18AF; }
p { color: rgb(62,24,175); }
H1.HeaderClassName
{
color: #3E18AF;
}
.AnyTagClassName
{
color: #3E18AF;
}
</style>
background-color css
<style>
a { background-color: #3E18AF; }
a { background-color: rgb(62,24,175); }
div.DivClassName
{
background-color: #3E18AF;
}
.BgClassName
{
background-color: #3E18AF;
}
</style>
border-color css
<style>
span { border-color: #3E18AF; }
span { border-color: rgb(62,24,175); }
td.TdClassName
{
border-color: #3E18AF;
}
.TagClassName
{
border-color: #3E18AF;
}
</style>