Shades of Han Purple #3E17E6
Tints of Han Purple #3E17E6
RGB
CMYK
RGB Variations
Color information
#3E17E6 (or 0x3E17E6) is known color: Han Purple. HEX triplet: 3E, 17 and E6. RGB value is (62,23,230). Sum of RGB (Red+Green+Blue) = 62+23+230=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #3E17E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E17E6 is #C1E819. Grayscale: #393939. Windows color (decimal): -12707866 or 15079230. OLE color: 15079230.
HSL color Cylindrical-coordinate representation of color #3E17E6: hue angle of 251.3º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E17E6 is Cyan = 0.73, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 23 | 230 | - |
| CMYK | 0.73 | 0.9 | 0 | 0.10 |
| HSL | 251.3º | 0.82% | 0.5% | - |
| HSV(B) | 251.3º | 0.9% | 0.9% | - |
| XYZ | 16.58 | 7.35 | 75.41 | - |
| YUV | 58.26 | 224.92 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 230 | 0.73 | 0.9 | 0 | 0.10 | 251.3 | 0.82 | 0.5 |
| Hex | 3E | 17 | E6 | 49 | 5A | 0 | A | FB | 52 | 32 |
| Octal | 76 | 27 | 346 | 111 | 132 | 0 | 12 | 373 | 122 | 62 |
| Binary | 111110 | 10111 | 11100110 | 1001001 | 1011010 | 0 | 1010 | 11111011 | 1010010 | 110010 |
Color Harmonies of #3E17E6
Complementary color
Monochromatic Colors of #3E17E6
Black with #3E17E6
Text Example
Text Example
White with #3E17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E17E6; }
p { color: rgb(62,23,230); }
H1.HeaderClassName
{
color: #3E17E6;
}
.AnyTagClassName
{
color: #3E17E6;
}
</style>
background-color css
<style>
a { background-color: #3E17E6; }
a { background-color: rgb(62,23,230); }
div.DivClassName
{
background-color: #3E17E6;
}
.BgClassName
{
background-color: #3E17E6;
}
</style>
border-color css
<style>
span { border-color: #3E17E6; }
span { border-color: rgb(62,23,230); }
td.TdClassName
{
border-color: #3E17E6;
}
.TagClassName
{
border-color: #3E17E6;
}
</style>