Shades of Han Purple #6817EE
Tints of Han Purple #6817EE
RGB
CMYK
RGB Variations
Color information
#6817EE (or 0x6817EE) is known color: Han Purple. HEX triplet: 68, 17 and EE. RGB value is (104,23,238). Sum of RGB (Red+Green+Blue) = 104+23+238=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #6817EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6817EE is #97E811. Grayscale: #464646. Windows color (decimal): -9955346 or 15603560. OLE color: 15603560.
HSL color Cylindrical-coordinate representation of color #6817EE: hue angle of 262.6º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6817EE is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 23 | 238 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.07 |
| HSL | 262.6º | 0.86% | 0.51% | - |
| HSV(B) | 262.6º | 0.9% | 0.93% | - |
| XYZ | 21.45 | 9.73 | 81.64 | - |
| YUV | 71.73 | 221.84 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 238 | 0.56 | 0.90 | 0 | 0.07 | 262.6 | 0.86 | 0.51 |
| Hex | 68 | 17 | EE | 38 | 5A | 0 | 7 | 107 | 56 | 33 |
| Octal | 150 | 27 | 356 | 70 | 132 | 0 | 7 | 407 | 126 | 63 |
| Binary | 1101000 | 10111 | 11101110 | 111000 | 1011010 | 0 | 111 | 100000111 | 1010110 | 110011 |
Color Harmonies of #6817EE
Complementary color
Monochromatic Colors of #6817EE
Black with #6817EE
Text Example
Text Example
White with #6817EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817EE; }
p { color: rgb(104,23,238); }
H1.HeaderClassName
{
color: #6817EE;
}
.AnyTagClassName
{
color: #6817EE;
}
</style>
background-color css
<style>
a { background-color: #6817EE; }
a { background-color: rgb(104,23,238); }
div.DivClassName
{
background-color: #6817EE;
}
.BgClassName
{
background-color: #6817EE;
}
</style>
border-color css
<style>
span { border-color: #6817EE; }
span { border-color: rgb(104,23,238); }
td.TdClassName
{
border-color: #6817EE;
}
.TagClassName
{
border-color: #6817EE;
}
</style>