Shades of Han Purple #6820E5
Tints of Han Purple #6820E5
RGB
CMYK
RGB Variations
Color information
#6820E5 (or 0x6820E5) is known color: Han Purple. HEX triplet: 68, 20 and E5. RGB value is (104,32,229). Sum of RGB (Red+Green+Blue) = 104+32+229=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 229 (89.84% from 255 or 62.74% from 365); Max value from RGB is 229 - color contains mainly: blue. Hex color #6820E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6820E5 is #97DF1A. Grayscale: #4B4B4B. Windows color (decimal): -9953051 or 15016040. OLE color: 15016040.
HSL color Cylindrical-coordinate representation of color #6820E5: hue angle of 261.93º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6820E5 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 32 | 229 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.10 |
| HSL | 261.93º | 0.79% | 0.51% | - |
| HSV(B) | 261.93º | 0.86% | 0.9% | - |
| XYZ | 20.37 | 9.63 | 74.91 | - |
| YUV | 75.99 | 214.35 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 229 | 0.55 | 0.86 | 0 | 0.10 | 261.93 | 0.79 | 0.51 |
| Hex | 68 | 20 | E5 | 37 | 56 | 0 | A | 106 | 4F | 33 |
| Octal | 150 | 40 | 345 | 67 | 126 | 0 | 12 | 406 | 117 | 63 |
| Binary | 1101000 | 100000 | 11100101 | 110111 | 1010110 | 0 | 1010 | 100000110 | 1001111 | 110011 |
Color Harmonies of #6820E5
Complementary color
Monochromatic Colors of #6820E5
Black with #6820E5
Text Example
Text Example
White with #6820E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6820E5; }
p { color: rgb(104,32,229); }
H1.HeaderClassName
{
color: #6820E5;
}
.AnyTagClassName
{
color: #6820E5;
}
</style>
background-color css
<style>
a { background-color: #6820E5; }
a { background-color: rgb(104,32,229); }
div.DivClassName
{
background-color: #6820E5;
}
.BgClassName
{
background-color: #6820E5;
}
</style>
border-color css
<style>
span { border-color: #6820E5; }
span { border-color: rgb(104,32,229); }
td.TdClassName
{
border-color: #6820E5;
}
.TagClassName
{
border-color: #6820E5;
}
</style>