Shades of Han Purple #6317FF
Tints of Han Purple #6317FF
RGB
CMYK
RGB Variations
Color information
#6317FF (or 0x6317FF) is known color: Han Purple. HEX triplet: 63, 17 and FF. RGB value is (99,23,255). Sum of RGB (Red+Green+Blue) = 99+23+255=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #6317FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6317FF is #9CE800. Grayscale: #474747. Windows color (decimal): -10283009 or 16717667. OLE color: 16717667.
HSL color Cylindrical-coordinate representation of color #6317FF: hue angle of 259.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6317FF is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 23 | 255 | - |
| CMYK | 0.61 | 0.91 | 0 | 0 |
| HSL | 259.66º | 1% | 0.55% | - |
| HSV(B) | 259.66º | 0.91% | 1% | - |
| XYZ | 23.5 | 10.49 | 95.39 | - |
| YUV | 72.17 | 231.18 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 255 | 0.61 | 0.91 | 0 | 0 | 259.66 | 1 | 0.55 |
| Hex | 63 | 17 | FF | 3D | 5B | 0 | 0 | 104 | 64 | 37 |
| Octal | 143 | 27 | 377 | 75 | 133 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100011 | 10111 | 11111111 | 111101 | 1011011 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #6317FF
Complementary color
Monochromatic Colors of #6317FF
Black with #6317FF
Text Example
Text Example
White with #6317FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6317FF; }
p { color: rgb(99,23,255); }
H1.HeaderClassName
{
color: #6317FF;
}
.AnyTagClassName
{
color: #6317FF;
}
</style>
background-color css
<style>
a { background-color: #6317FF; }
a { background-color: rgb(99,23,255); }
div.DivClassName
{
background-color: #6317FF;
}
.BgClassName
{
background-color: #6317FF;
}
</style>
border-color css
<style>
span { border-color: #6317FF; }
span { border-color: rgb(99,23,255); }
td.TdClassName
{
border-color: #6317FF;
}
.TagClassName
{
border-color: #6317FF;
}
</style>