Shades of Han Purple #6316FA
Tints of Han Purple #6316FA
RGB
CMYK
RGB Variations
Color information
#6316FA (or 0x6316FA) is known color: Han Purple. HEX triplet: 63, 16 and FA. RGB value is (99,22,250). Sum of RGB (Red+Green+Blue) = 99+22+250=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #6316FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6316FA is #9CE905. Grayscale: #464646. Windows color (decimal): -10283270 or 16389731. OLE color: 16389731.
HSL color Cylindrical-coordinate representation of color #6316FA: hue angle of 260.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6316FA is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 22 | 250 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.02 |
| HSL | 260.26º | 0.96% | 0.53% | - |
| HSV(B) | 260.26º | 0.91% | 0.98% | - |
| XYZ | 22.69 | 10.13 | 91.2 | - |
| YUV | 71.02 | 229.01 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 250 | 0.60 | 0.91 | 0 | 0.02 | 260.26 | 0.96 | 0.53 |
| Hex | 63 | 16 | FA | 3C | 5B | 0 | 2 | 104 | 60 | 35 |
| Octal | 143 | 26 | 372 | 74 | 133 | 0 | 2 | 404 | 140 | 65 |
| Binary | 1100011 | 10110 | 11111010 | 111100 | 1011011 | 0 | 10 | 100000100 | 1100000 | 110101 |
Color Harmonies of #6316FA
Complementary color
Monochromatic Colors of #6316FA
Black with #6316FA
Text Example
Text Example
White with #6316FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316FA; }
p { color: rgb(99,22,250); }
H1.HeaderClassName
{
color: #6316FA;
}
.AnyTagClassName
{
color: #6316FA;
}
</style>
background-color css
<style>
a { background-color: #6316FA; }
a { background-color: rgb(99,22,250); }
div.DivClassName
{
background-color: #6316FA;
}
.BgClassName
{
background-color: #6316FA;
}
</style>
border-color css
<style>
span { border-color: #6316FA; }
span { border-color: rgb(99,22,250); }
td.TdClassName
{
border-color: #6316FA;
}
.TagClassName
{
border-color: #6316FA;
}
</style>