Shades of Han Purple #6320E9
Tints of Han Purple #6320E9
RGB
CMYK
RGB Variations
Color information
#6320E9 (or 0x6320E9) is known color: Han Purple. HEX triplet: 63, 20 and E9. RGB value is (99,32,233). Sum of RGB (Red+Green+Blue) = 99+32+233=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 233 (91.41% from 255 or 64.01% from 364); Max value from RGB is 233 - color contains mainly: blue. Hex color #6320E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320E9 is #9CDF16. Grayscale: #4A4A4A. Windows color (decimal): -10280727 or 15278179. OLE color: 15278179.
HSL color Cylindrical-coordinate representation of color #6320E9: hue angle of 260º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6320E9 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 32 | 233 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.09 |
| HSL | 260º | 0.82% | 0.52% | - |
| HSV(B) | 260º | 0.86% | 0.91% | - |
| XYZ | 20.37 | 9.57 | 77.86 | - |
| YUV | 74.95 | 217.2 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 233 | 0.58 | 0.86 | 0 | 0.09 | 260 | 0.82 | 0.52 |
| Hex | 63 | 20 | E9 | 3A | 56 | 0 | 9 | 104 | 52 | 34 |
| Octal | 143 | 40 | 351 | 72 | 126 | 0 | 11 | 404 | 122 | 64 |
| Binary | 1100011 | 100000 | 11101001 | 111010 | 1010110 | 0 | 1001 | 100000100 | 1010010 | 110100 |
Color Harmonies of #6320E9
Complementary color
Monochromatic Colors of #6320E9
Black with #6320E9
Text Example
Text Example
White with #6320E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6320E9; }
p { color: rgb(99,32,233); }
H1.HeaderClassName
{
color: #6320E9;
}
.AnyTagClassName
{
color: #6320E9;
}
</style>
background-color css
<style>
a { background-color: #6320E9; }
a { background-color: rgb(99,32,233); }
div.DivClassName
{
background-color: #6320E9;
}
.BgClassName
{
background-color: #6320E9;
}
</style>
border-color css
<style>
span { border-color: #6320E9; }
span { border-color: rgb(99,32,233); }
td.TdClassName
{
border-color: #6320E9;
}
.TagClassName
{
border-color: #6320E9;
}
</style>