Shades of Han Purple #6717EB
Tints of Han Purple #6717EB
RGB
CMYK
RGB Variations
Color information
#6717EB (or 0x6717EB) is known color: Han Purple. HEX triplet: 67, 17 and EB. RGB value is (103,23,235). Sum of RGB (Red+Green+Blue) = 103+23+235=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #6717EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6717EB is #98E814. Grayscale: #464646. Windows color (decimal): -10020885 or 15406951. OLE color: 15406951.
HSL color Cylindrical-coordinate representation of color #6717EB: hue angle of 262.64º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6717EB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 23 | 235 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.08 |
| HSL | 262.64º | 0.84% | 0.51% | - |
| HSV(B) | 262.64º | 0.9% | 0.92% | - |
| XYZ | 20.9 | 9.49 | 79.33 | - |
| YUV | 71.09 | 220.5 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 235 | 0.56 | 0.90 | 0 | 0.08 | 262.64 | 0.84 | 0.51 |
| Hex | 67 | 17 | EB | 38 | 5A | 0 | 8 | 107 | 54 | 33 |
| Octal | 147 | 27 | 353 | 70 | 132 | 0 | 10 | 407 | 124 | 63 |
| Binary | 1100111 | 10111 | 11101011 | 111000 | 1011010 | 0 | 1000 | 100000111 | 1010100 | 110011 |
Color Harmonies of #6717EB
Complementary color
Monochromatic Colors of #6717EB
Black with #6717EB
Text Example
Text Example
White with #6717EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6717EB; }
p { color: rgb(103,23,235); }
H1.HeaderClassName
{
color: #6717EB;
}
.AnyTagClassName
{
color: #6717EB;
}
</style>
background-color css
<style>
a { background-color: #6717EB; }
a { background-color: rgb(103,23,235); }
div.DivClassName
{
background-color: #6717EB;
}
.BgClassName
{
background-color: #6717EB;
}
</style>
border-color css
<style>
span { border-color: #6717EB; }
span { border-color: rgb(103,23,235); }
td.TdClassName
{
border-color: #6717EB;
}
.TagClassName
{
border-color: #6717EB;
}
</style>