Shades of Han Purple #6818ED
Tints of Han Purple #6818ED
RGB
CMYK
RGB Variations
Color information
#6818ED (or 0x6818ED) is known color: Han Purple. HEX triplet: 68, 18 and ED. RGB value is (104,24,237). Sum of RGB (Red+Green+Blue) = 104+24+237=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #6818ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6818ED is #97E712. Grayscale: #474747. Windows color (decimal): -9955091 or 15538280. OLE color: 15538280.
HSL color Cylindrical-coordinate representation of color #6818ED: hue angle of 262.54º 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 #6818ED is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 24 | 237 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.07 |
| HSL | 262.54º | 0.86% | 0.51% | - |
| HSV(B) | 262.54º | 0.9% | 0.93% | - |
| XYZ | 21.32 | 9.71 | 80.87 | - |
| YUV | 72.2 | 221 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 237 | 0.56 | 0.90 | 0 | 0.07 | 262.54 | 0.86 | 0.51 |
| Hex | 68 | 18 | ED | 38 | 5A | 0 | 7 | 107 | 56 | 33 |
| Octal | 150 | 30 | 355 | 70 | 132 | 0 | 7 | 407 | 126 | 63 |
| Binary | 1101000 | 11000 | 11101101 | 111000 | 1011010 | 0 | 111 | 100000111 | 1010110 | 110011 |
Color Harmonies of #6818ED
Complementary color
Monochromatic Colors of #6818ED
Black with #6818ED
Text Example
Text Example
White with #6818ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6818ED; }
p { color: rgb(104,24,237); }
H1.HeaderClassName
{
color: #6818ED;
}
.AnyTagClassName
{
color: #6818ED;
}
</style>
background-color css
<style>
a { background-color: #6818ED; }
a { background-color: rgb(104,24,237); }
div.DivClassName
{
background-color: #6818ED;
}
.BgClassName
{
background-color: #6818ED;
}
</style>
border-color css
<style>
span { border-color: #6818ED; }
span { border-color: rgb(104,24,237); }
td.TdClassName
{
border-color: #6818ED;
}
.TagClassName
{
border-color: #6818ED;
}
</style>