Shades of Han Purple #6310E5
Tints of Han Purple #6310E5
RGB
CMYK
RGB Variations
Color information
#6310E5 (or 0x6310E5) is known color: Han Purple. HEX triplet: 63, 10 and E5. RGB value is (99,16,229). Sum of RGB (Red+Green+Blue) = 99+16+229=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #6310E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6310E5 is #9CEF1A. Grayscale: #404040. Windows color (decimal): -10284827 or 15011939. OLE color: 15011939.
HSL color Cylindrical-coordinate representation of color #6310E5: hue angle of 263.38º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6310E5 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 16 | 229 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.10 |
| HSL | 263.38º | 0.87% | 0.48% | - |
| HSV(B) | 263.38º | 0.93% | 0.9% | - |
| XYZ | 19.47 | 8.68 | 74.78 | - |
| YUV | 65.1 | 220.5 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 229 | 0.57 | 0.93 | 0 | 0.10 | 263.38 | 0.87 | 0.48 |
| Hex | 63 | 10 | E5 | 39 | 5D | 0 | A | 107 | 57 | 30 |
| Octal | 143 | 20 | 345 | 71 | 135 | 0 | 12 | 407 | 127 | 60 |
| Binary | 1100011 | 10000 | 11100101 | 111001 | 1011101 | 0 | 1010 | 100000111 | 1010111 | 110000 |
Color Harmonies of #6310E5
Complementary color
Monochromatic Colors of #6310E5
Black with #6310E5
Text Example
Text Example
White with #6310E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6310E5; }
p { color: rgb(99,16,229); }
H1.HeaderClassName
{
color: #6310E5;
}
.AnyTagClassName
{
color: #6310E5;
}
</style>
background-color css
<style>
a { background-color: #6310E5; }
a { background-color: rgb(99,16,229); }
div.DivClassName
{
background-color: #6310E5;
}
.BgClassName
{
background-color: #6310E5;
}
</style>
border-color css
<style>
span { border-color: #6310E5; }
span { border-color: rgb(99,16,229); }
td.TdClassName
{
border-color: #6310E5;
}
.TagClassName
{
border-color: #6310E5;
}
</style>