Shades of Han Purple #6316ED
Tints of Han Purple #6316ED
RGB
CMYK
RGB Variations
Color information
#6316ED (or 0x6316ED) is known color: Han Purple. HEX triplet: 63, 16 and ED. RGB value is (99,22,237). Sum of RGB (Red+Green+Blue) = 99+22+237=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #6316ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6316ED is #9CE912. Grayscale: #444444. Windows color (decimal): -10283283 or 15537763. OLE color: 15537763.
HSL color Cylindrical-coordinate representation of color #6316ED: hue angle of 261.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6316ED is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 22 | 237 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.07 |
| HSL | 261.49º | 0.86% | 0.51% | - |
| HSV(B) | 261.49º | 0.91% | 0.93% | - |
| XYZ | 20.72 | 9.34 | 80.83 | - |
| YUV | 69.53 | 222.51 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 237 | 0.58 | 0.91 | 0 | 0.07 | 261.49 | 0.86 | 0.51 |
| Hex | 63 | 16 | ED | 3A | 5B | 0 | 7 | 105 | 56 | 33 |
| Octal | 143 | 26 | 355 | 72 | 133 | 0 | 7 | 405 | 126 | 63 |
| Binary | 1100011 | 10110 | 11101101 | 111010 | 1011011 | 0 | 111 | 100000101 | 1010110 | 110011 |
Color Harmonies of #6316ED
Complementary color
Monochromatic Colors of #6316ED
Black with #6316ED
Text Example
Text Example
White with #6316ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316ED; }
p { color: rgb(99,22,237); }
H1.HeaderClassName
{
color: #6316ED;
}
.AnyTagClassName
{
color: #6316ED;
}
</style>
background-color css
<style>
a { background-color: #6316ED; }
a { background-color: rgb(99,22,237); }
div.DivClassName
{
background-color: #6316ED;
}
.BgClassName
{
background-color: #6316ED;
}
</style>
border-color css
<style>
span { border-color: #6316ED; }
span { border-color: rgb(99,22,237); }
td.TdClassName
{
border-color: #6316ED;
}
.TagClassName
{
border-color: #6316ED;
}
</style>