Shades of Han Purple #6818EE
Tints of Han Purple #6818EE
RGB
CMYK
RGB Variations
Color information
#6818EE (or 0x6818EE) is known color: Han Purple. HEX triplet: 68, 18 and EE. RGB value is (104,24,238). Sum of RGB (Red+Green+Blue) = 104+24+238=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #6818EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6818EE is #97E711. Grayscale: #474747. Windows color (decimal): -9955090 or 15603816. OLE color: 15603816.
HSL color Cylindrical-coordinate representation of color #6818EE: hue angle of 262.43º 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 #6818EE is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 24 | 238 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.07 |
| HSL | 262.43º | 0.86% | 0.51% | - |
| HSV(B) | 262.43º | 0.9% | 0.93% | - |
| XYZ | 21.47 | 9.77 | 81.64 | - |
| YUV | 72.32 | 221.5 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 238 | 0.56 | 0.90 | 0 | 0.07 | 262.43 | 0.86 | 0.51 |
| Hex | 68 | 18 | EE | 38 | 5A | 0 | 7 | 106 | 56 | 33 |
| Octal | 150 | 30 | 356 | 70 | 132 | 0 | 7 | 406 | 126 | 63 |
| Binary | 1101000 | 11000 | 11101110 | 111000 | 1011010 | 0 | 111 | 100000110 | 1010110 | 110011 |
Color Harmonies of #6818EE
Complementary color
Monochromatic Colors of #6818EE
Black with #6818EE
Text Example
Text Example
White with #6818EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6818EE; }
p { color: rgb(104,24,238); }
H1.HeaderClassName
{
color: #6818EE;
}
.AnyTagClassName
{
color: #6818EE;
}
</style>
background-color css
<style>
a { background-color: #6818EE; }
a { background-color: rgb(104,24,238); }
div.DivClassName
{
background-color: #6818EE;
}
.BgClassName
{
background-color: #6818EE;
}
</style>
border-color css
<style>
span { border-color: #6818EE; }
span { border-color: rgb(104,24,238); }
td.TdClassName
{
border-color: #6818EE;
}
.TagClassName
{
border-color: #6818EE;
}
</style>