Shades of Han Purple #3E14DD
Tints of Han Purple #3E14DD
RGB
CMYK
RGB Variations
Color information
#3E14DD (or 0x3E14DD) is known color: Han Purple. HEX triplet: 3E, 14 and DD. RGB value is (62,20,221). Sum of RGB (Red+Green+Blue) = 62+20+221=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E14DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E14DD is #C1EB22. Grayscale: #363636. Windows color (decimal): -12708643 or 14488638. OLE color: 14488638.
HSL color Cylindrical-coordinate representation of color #3E14DD: hue angle of 252.54º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E14DD is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 20 | 221 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.13 |
| HSL | 252.54º | 0.83% | 0.47% | - |
| HSV(B) | 252.54º | 0.91% | 0.87% | - |
| XYZ | 15.29 | 6.74 | 68.9 | - |
| YUV | 55.47 | 221.41 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 221 | 0.72 | 0.91 | 0 | 0.13 | 252.54 | 0.83 | 0.47 |
| Hex | 3E | 14 | DD | 48 | 5B | 0 | D | FD | 53 | 2F |
| Octal | 76 | 24 | 335 | 110 | 133 | 0 | 15 | 375 | 123 | 57 |
| Binary | 111110 | 10100 | 11011101 | 1001000 | 1011011 | 0 | 1101 | 11111101 | 1010011 | 101111 |
Color Harmonies of #3E14DD
Complementary color
Monochromatic Colors of #3E14DD
Black with #3E14DD
Text Example
Text Example
White with #3E14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E14DD; }
p { color: rgb(62,20,221); }
H1.HeaderClassName
{
color: #3E14DD;
}
.AnyTagClassName
{
color: #3E14DD;
}
</style>
background-color css
<style>
a { background-color: #3E14DD; }
a { background-color: rgb(62,20,221); }
div.DivClassName
{
background-color: #3E14DD;
}
.BgClassName
{
background-color: #3E14DD;
}
</style>
border-color css
<style>
span { border-color: #3E14DD; }
span { border-color: rgb(62,20,221); }
td.TdClassName
{
border-color: #3E14DD;
}
.TagClassName
{
border-color: #3E14DD;
}
</style>