Shades of Han Purple #6716EB
Tints of Han Purple #6716EB
RGB
CMYK
RGB Variations
Color information
#6716EB (or 0x6716EB) is known color: Han Purple. HEX triplet: 67, 16 and EB. RGB value is (103,22,235). Sum of RGB (Red+Green+Blue) = 103+22+235=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #6716EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6716EB is #98E914. Grayscale: #454545. Windows color (decimal): -10021141 or 15406695. OLE color: 15406695.
HSL color Cylindrical-coordinate representation of color #6716EB: hue angle of 262.82º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6716EB is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 22 | 235 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.08 |
| HSL | 262.82º | 0.84% | 0.5% | - |
| HSV(B) | 262.82º | 0.91% | 0.92% | - |
| XYZ | 20.88 | 9.46 | 79.32 | - |
| YUV | 70.5 | 220.84 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 235 | 0.56 | 0.91 | 0 | 0.08 | 262.82 | 0.84 | 0.5 |
| Hex | 67 | 16 | EB | 38 | 5B | 0 | 8 | 107 | 54 | 32 |
| Octal | 147 | 26 | 353 | 70 | 133 | 0 | 10 | 407 | 124 | 62 |
| Binary | 1100111 | 10110 | 11101011 | 111000 | 1011011 | 0 | 1000 | 100000111 | 1010100 | 110010 |
Color Harmonies of #6716EB
Complementary color
Monochromatic Colors of #6716EB
Black with #6716EB
Text Example
Text Example
White with #6716EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6716EB; }
p { color: rgb(103,22,235); }
H1.HeaderClassName
{
color: #6716EB;
}
.AnyTagClassName
{
color: #6716EB;
}
</style>
background-color css
<style>
a { background-color: #6716EB; }
a { background-color: rgb(103,22,235); }
div.DivClassName
{
background-color: #6716EB;
}
.BgClassName
{
background-color: #6716EB;
}
</style>
border-color css
<style>
span { border-color: #6716EB; }
span { border-color: rgb(103,22,235); }
td.TdClassName
{
border-color: #6716EB;
}
.TagClassName
{
border-color: #6716EB;
}
</style>