Shades of Han Purple #6313EA
Tints of Han Purple #6313EA
RGB
CMYK
RGB Variations
Color information
#6313EA (or 0x6313EA) is known color: Han Purple. HEX triplet: 63, 13 and EA. RGB value is (99,19,234). Sum of RGB (Red+Green+Blue) = 99+19+234=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #6313EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6313EA is #9CEC15. Grayscale: #424242. Windows color (decimal): -10284054 or 15340387. OLE color: 15340387.
HSL color Cylindrical-coordinate representation of color #6313EA: hue angle of 262.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6313EA is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 19 | 234 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.08 |
| HSL | 262.33º | 0.85% | 0.5% | - |
| HSV(B) | 262.33º | 0.92% | 0.92% | - |
| XYZ | 20.23 | 9.06 | 78.52 | - |
| YUV | 67.43 | 222 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 234 | 0.58 | 0.92 | 0 | 0.08 | 262.33 | 0.85 | 0.5 |
| Hex | 63 | 13 | EA | 3A | 5C | 0 | 8 | 106 | 55 | 32 |
| Octal | 143 | 23 | 352 | 72 | 134 | 0 | 10 | 406 | 125 | 62 |
| Binary | 1100011 | 10011 | 11101010 | 111010 | 1011100 | 0 | 1000 | 100000110 | 1010101 | 110010 |
Color Harmonies of #6313EA
Complementary color
Monochromatic Colors of #6313EA
Black with #6313EA
Text Example
Text Example
White with #6313EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6313EA; }
p { color: rgb(99,19,234); }
H1.HeaderClassName
{
color: #6313EA;
}
.AnyTagClassName
{
color: #6313EA;
}
</style>
background-color css
<style>
a { background-color: #6313EA; }
a { background-color: rgb(99,19,234); }
div.DivClassName
{
background-color: #6313EA;
}
.BgClassName
{
background-color: #6313EA;
}
</style>
border-color css
<style>
span { border-color: #6313EA; }
span { border-color: rgb(99,19,234); }
td.TdClassName
{
border-color: #6313EA;
}
.TagClassName
{
border-color: #6313EA;
}
</style>