Shades of Han Purple #6311EA
Tints of Han Purple #6311EA
RGB
CMYK
RGB Variations
Color information
#6311EA (or 0x6311EA) is known color: Han Purple. HEX triplet: 63, 11 and EA. RGB value is (99,17,234). Sum of RGB (Red+Green+Blue) = 99+17+234=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #6311EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6311EA is #9CEE15. Grayscale: #414141. Windows color (decimal): -10284566 or 15339875. OLE color: 15339875.
HSL color Cylindrical-coordinate representation of color #6311EA: hue angle of 262.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6311EA is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 17 | 234 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.08 |
| HSL | 262.67º | 0.86% | 0.49% | - |
| HSV(B) | 262.67º | 0.93% | 0.92% | - |
| XYZ | 20.2 | 8.99 | 78.51 | - |
| YUV | 66.26 | 222.67 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 234 | 0.58 | 0.93 | 0 | 0.08 | 262.67 | 0.86 | 0.49 |
| Hex | 63 | 11 | EA | 3A | 5D | 0 | 8 | 107 | 56 | 31 |
| Octal | 143 | 21 | 352 | 72 | 135 | 0 | 10 | 407 | 126 | 61 |
| Binary | 1100011 | 10001 | 11101010 | 111010 | 1011101 | 0 | 1000 | 100000111 | 1010110 | 110001 |
Color Harmonies of #6311EA
Complementary color
Monochromatic Colors of #6311EA
Black with #6311EA
Text Example
Text Example
White with #6311EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6311EA; }
p { color: rgb(99,17,234); }
H1.HeaderClassName
{
color: #6311EA;
}
.AnyTagClassName
{
color: #6311EA;
}
</style>
background-color css
<style>
a { background-color: #6311EA; }
a { background-color: rgb(99,17,234); }
div.DivClassName
{
background-color: #6311EA;
}
.BgClassName
{
background-color: #6311EA;
}
</style>
border-color css
<style>
span { border-color: #6311EA; }
span { border-color: rgb(99,17,234); }
td.TdClassName
{
border-color: #6311EA;
}
.TagClassName
{
border-color: #6311EA;
}
</style>