Shades of Han Purple #6614EB
Tints of Han Purple #6614EB
RGB
CMYK
RGB Variations
Color information
#6614EB (or 0x6614EB) is known color: Han Purple. HEX triplet: 66, 14 and EB. RGB value is (102,20,235). Sum of RGB (Red+Green+Blue) = 102+20+235=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #6614EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6614EB is #99EB14. Grayscale: #444444. Windows color (decimal): -10087189 or 15406182. OLE color: 15406182.
HSL color Cylindrical-coordinate representation of color #6614EB: hue angle of 262.88º 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 #6614EB is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 20 | 235 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.08 |
| HSL | 262.88º | 0.84% | 0.5% | - |
| HSV(B) | 262.88º | 0.91% | 0.92% | - |
| XYZ | 20.73 | 9.32 | 79.3 | - |
| YUV | 69.03 | 221.67 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 235 | 0.57 | 0.91 | 0 | 0.08 | 262.88 | 0.84 | 0.5 |
| Hex | 66 | 14 | EB | 39 | 5B | 0 | 8 | 107 | 54 | 32 |
| Octal | 146 | 24 | 353 | 71 | 133 | 0 | 10 | 407 | 124 | 62 |
| Binary | 1100110 | 10100 | 11101011 | 111001 | 1011011 | 0 | 1000 | 100000111 | 1010100 | 110010 |
Color Harmonies of #6614EB
Complementary color
Monochromatic Colors of #6614EB
Black with #6614EB
Text Example
Text Example
White with #6614EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614EB; }
p { color: rgb(102,20,235); }
H1.HeaderClassName
{
color: #6614EB;
}
.AnyTagClassName
{
color: #6614EB;
}
</style>
background-color css
<style>
a { background-color: #6614EB; }
a { background-color: rgb(102,20,235); }
div.DivClassName
{
background-color: #6614EB;
}
.BgClassName
{
background-color: #6614EB;
}
</style>
border-color css
<style>
span { border-color: #6614EB; }
span { border-color: rgb(102,20,235); }
td.TdClassName
{
border-color: #6614EB;
}
.TagClassName
{
border-color: #6614EB;
}
</style>