Shades of Han Purple #6319FF
Tints of Han Purple #6319FF
RGB
CMYK
RGB Variations
Color information
#6319FF (or 0x6319FF) is known color: Han Purple. HEX triplet: 63, 19 and FF. RGB value is (99,25,255). Sum of RGB (Red+Green+Blue) = 99+25+255=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #6319FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6319FF is #9CE600. Grayscale: #484848. Windows color (decimal): -10282497 or 16718179. OLE color: 16718179.
HSL color Cylindrical-coordinate representation of color #6319FF: hue angle of 259.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6319FF is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 25 | 255 | - |
| CMYK | 0.61 | 0.90 | 0 | 0 |
| HSL | 259.3º | 1% | 0.55% | - |
| HSV(B) | 259.3º | 0.9% | 1% | - |
| XYZ | 23.54 | 10.57 | 95.41 | - |
| YUV | 73.35 | 230.52 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 255 | 0.61 | 0.90 | 0 | 0 | 259.3 | 1 | 0.55 |
| Hex | 63 | 19 | FF | 3D | 5A | 0 | 0 | 103 | 64 | 37 |
| Octal | 143 | 31 | 377 | 75 | 132 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100011 | 11001 | 11111111 | 111101 | 1011010 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #6319FF
Complementary color
Monochromatic Colors of #6319FF
Black with #6319FF
Text Example
Text Example
White with #6319FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319FF; }
p { color: rgb(99,25,255); }
H1.HeaderClassName
{
color: #6319FF;
}
.AnyTagClassName
{
color: #6319FF;
}
</style>
background-color css
<style>
a { background-color: #6319FF; }
a { background-color: rgb(99,25,255); }
div.DivClassName
{
background-color: #6319FF;
}
.BgClassName
{
background-color: #6319FF;
}
</style>
border-color css
<style>
span { border-color: #6319FF; }
span { border-color: rgb(99,25,255); }
td.TdClassName
{
border-color: #6319FF;
}
.TagClassName
{
border-color: #6319FF;
}
</style>