Shades of Han Purple #3E14CD
Tints of Han Purple #3E14CD
RGB
CMYK
RGB Variations
Color information
#3E14CD (or 0x3E14CD) is known color: Han Purple. HEX triplet: 3E, 14 and CD. RGB value is (62,20,205). Sum of RGB (Red+Green+Blue) = 62+20+205=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E14CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E14CD is #C1EB32. Grayscale: #343434. Windows color (decimal): -12708659 or 13440062. OLE color: 13440062.
HSL color Cylindrical-coordinate representation of color #3E14CD: hue angle of 253.62º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E14CD is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 20 | 205 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.20 |
| HSL | 253.62º | 0.82% | 0.44% | - |
| HSV(B) | 253.62º | 0.9% | 0.8% | - |
| XYZ | 13.26 | 5.93 | 58.2 | - |
| YUV | 53.65 | 213.41 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 205 | 0.70 | 0.90 | 0 | 0.20 | 253.62 | 0.82 | 0.44 |
| Hex | 3E | 14 | CD | 46 | 5A | 0 | 14 | FE | 52 | 2C |
| Octal | 76 | 24 | 315 | 106 | 132 | 0 | 24 | 376 | 122 | 54 |
| Binary | 111110 | 10100 | 11001101 | 1000110 | 1011010 | 0 | 10100 | 11111110 | 1010010 | 101100 |
Color Harmonies of #3E14CD
Complementary color
Monochromatic Colors of #3E14CD
Black with #3E14CD
Text Example
Text Example
White with #3E14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E14CD; }
p { color: rgb(62,20,205); }
H1.HeaderClassName
{
color: #3E14CD;
}
.AnyTagClassName
{
color: #3E14CD;
}
</style>
background-color css
<style>
a { background-color: #3E14CD; }
a { background-color: rgb(62,20,205); }
div.DivClassName
{
background-color: #3E14CD;
}
.BgClassName
{
background-color: #3E14CD;
}
</style>
border-color css
<style>
span { border-color: #3E14CD; }
span { border-color: rgb(62,20,205); }
td.TdClassName
{
border-color: #3E14CD;
}
.TagClassName
{
border-color: #3E14CD;
}
</style>