Shades of Han Purple #6816E0
Tints of Han Purple #6816E0
RGB
CMYK
RGB Variations
Color information
#6816E0 (or 0x6816E0) is known color: Han Purple. HEX triplet: 68, 16 and E0. RGB value is (104,22,224). Sum of RGB (Red+Green+Blue) = 104+22+224=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #6816E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816E0 is #97E91F. Grayscale: #444444. Windows color (decimal): -9955616 or 14685800. OLE color: 14685800.
HSL color Cylindrical-coordinate representation of color #6816E0: hue angle of 264.36º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6816E0 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 22 | 224 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.12 |
| HSL | 264.36º | 0.82% | 0.48% | - |
| HSV(B) | 264.36º | 0.9% | 0.88% | - |
| XYZ | 19.45 | 8.9 | 71.21 | - |
| YUV | 69.55 | 215.17 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 224 | 0.54 | 0.90 | 0 | 0.12 | 264.36 | 0.82 | 0.48 |
| Hex | 68 | 16 | E0 | 36 | 5A | 0 | C | 108 | 52 | 30 |
| Octal | 150 | 26 | 340 | 66 | 132 | 0 | 14 | 410 | 122 | 60 |
| Binary | 1101000 | 10110 | 11100000 | 110110 | 1011010 | 0 | 1100 | 100001000 | 1010010 | 110000 |
Color Harmonies of #6816E0
Complementary color
Monochromatic Colors of #6816E0
Black with #6816E0
Text Example
Text Example
White with #6816E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6816E0; }
p { color: rgb(104,22,224); }
H1.HeaderClassName
{
color: #6816E0;
}
.AnyTagClassName
{
color: #6816E0;
}
</style>
background-color css
<style>
a { background-color: #6816E0; }
a { background-color: rgb(104,22,224); }
div.DivClassName
{
background-color: #6816E0;
}
.BgClassName
{
background-color: #6816E0;
}
</style>
border-color css
<style>
span { border-color: #6816E0; }
span { border-color: rgb(104,22,224); }
td.TdClassName
{
border-color: #6816E0;
}
.TagClassName
{
border-color: #6816E0;
}
</style>