Shades of Han Purple #6314EB
Tints of Han Purple #6314EB
RGB
CMYK
RGB Variations
Color information
#6314EB (or 0x6314EB) is known color: Han Purple. HEX triplet: 63, 14 and EB. RGB value is (99,20,235). Sum of RGB (Red+Green+Blue) = 99+20+235=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #6314EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6314EB is #9CEB14. Grayscale: #434343. Windows color (decimal): -10283797 or 15406179. OLE color: 15406179.
HSL color Cylindrical-coordinate representation of color #6314EB: hue angle of 262.05º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6314EB is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 20 | 235 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.08 |
| HSL | 262.05º | 0.84% | 0.5% | - |
| HSV(B) | 262.05º | 0.91% | 0.92% | - |
| XYZ | 20.39 | 9.15 | 79.29 | - |
| YUV | 68.13 | 222.17 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 235 | 0.58 | 0.91 | 0 | 0.08 | 262.05 | 0.84 | 0.5 |
| Hex | 63 | 14 | EB | 3A | 5B | 0 | 8 | 106 | 54 | 32 |
| Octal | 143 | 24 | 353 | 72 | 133 | 0 | 10 | 406 | 124 | 62 |
| Binary | 1100011 | 10100 | 11101011 | 111010 | 1011011 | 0 | 1000 | 100000110 | 1010100 | 110010 |
Color Harmonies of #6314EB
Complementary color
Monochromatic Colors of #6314EB
Black with #6314EB
Text Example
Text Example
White with #6314EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314EB; }
p { color: rgb(99,20,235); }
H1.HeaderClassName
{
color: #6314EB;
}
.AnyTagClassName
{
color: #6314EB;
}
</style>
background-color css
<style>
a { background-color: #6314EB; }
a { background-color: rgb(99,20,235); }
div.DivClassName
{
background-color: #6314EB;
}
.BgClassName
{
background-color: #6314EB;
}
</style>
border-color css
<style>
span { border-color: #6314EB; }
span { border-color: rgb(99,20,235); }
td.TdClassName
{
border-color: #6314EB;
}
.TagClassName
{
border-color: #6314EB;
}
</style>