Shades of Han Purple #6320EA
Tints of Han Purple #6320EA
RGB
CMYK
RGB Variations
Color information
#6320EA (or 0x6320EA) is known color: Han Purple. HEX triplet: 63, 20 and EA. RGB value is (99,32,234). Sum of RGB (Red+Green+Blue) = 99+32+234=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #6320EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320EA is #9CDF15. Grayscale: #4A4A4A. Windows color (decimal): -10280726 or 15343715. OLE color: 15343715.
HSL color Cylindrical-coordinate representation of color #6320EA: hue angle of 259.9º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6320EA is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 32 | 234 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.08 |
| HSL | 259.9º | 0.83% | 0.52% | - |
| HSV(B) | 259.9º | 0.86% | 0.92% | - |
| XYZ | 20.51 | 9.63 | 78.62 | - |
| YUV | 75.06 | 217.7 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 234 | 0.58 | 0.86 | 0 | 0.08 | 259.9 | 0.83 | 0.52 |
| Hex | 63 | 20 | EA | 3A | 56 | 0 | 8 | 104 | 53 | 34 |
| Octal | 143 | 40 | 352 | 72 | 126 | 0 | 10 | 404 | 123 | 64 |
| Binary | 1100011 | 100000 | 11101010 | 111010 | 1010110 | 0 | 1000 | 100000100 | 1010011 | 110100 |
Color Harmonies of #6320EA
Complementary color
Monochromatic Colors of #6320EA
Black with #6320EA
Text Example
Text Example
White with #6320EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6320EA; }
p { color: rgb(99,32,234); }
H1.HeaderClassName
{
color: #6320EA;
}
.AnyTagClassName
{
color: #6320EA;
}
</style>
background-color css
<style>
a { background-color: #6320EA; }
a { background-color: rgb(99,32,234); }
div.DivClassName
{
background-color: #6320EA;
}
.BgClassName
{
background-color: #6320EA;
}
</style>
border-color css
<style>
span { border-color: #6320EA; }
span { border-color: rgb(99,32,234); }
td.TdClassName
{
border-color: #6320EA;
}
.TagClassName
{
border-color: #6320EA;
}
</style>