Shades of Han Purple #6319FB
Tints of Han Purple #6319FB
RGB
CMYK
RGB Variations
Color information
#6319FB (or 0x6319FB) is known color: Han Purple. HEX triplet: 63, 19 and FB. RGB value is (99,25,251). Sum of RGB (Red+Green+Blue) = 99+25+251=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #6319FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6319FB is #9CE604. Grayscale: #484848. Windows color (decimal): -10282501 or 16456035. OLE color: 16456035.
HSL color Cylindrical-coordinate representation of color #6319FB: hue angle of 259.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6319FB is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 25 | 251 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.02 |
| HSL | 259.65º | 0.97% | 0.54% | - |
| HSV(B) | 259.65º | 0.9% | 0.98% | - |
| XYZ | 22.91 | 10.31 | 92.05 | - |
| YUV | 72.89 | 228.52 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 251 | 0.61 | 0.90 | 0 | 0.02 | 259.65 | 0.97 | 0.54 |
| Hex | 63 | 19 | FB | 3D | 5A | 0 | 2 | 104 | 61 | 36 |
| Octal | 143 | 31 | 373 | 75 | 132 | 0 | 2 | 404 | 141 | 66 |
| Binary | 1100011 | 11001 | 11111011 | 111101 | 1011010 | 0 | 10 | 100000100 | 1100001 | 110110 |
Color Harmonies of #6319FB
Complementary color
Monochromatic Colors of #6319FB
Black with #6319FB
Text Example
Text Example
White with #6319FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319FB; }
p { color: rgb(99,25,251); }
H1.HeaderClassName
{
color: #6319FB;
}
.AnyTagClassName
{
color: #6319FB;
}
</style>
background-color css
<style>
a { background-color: #6319FB; }
a { background-color: rgb(99,25,251); }
div.DivClassName
{
background-color: #6319FB;
}
.BgClassName
{
background-color: #6319FB;
}
</style>
border-color css
<style>
span { border-color: #6319FB; }
span { border-color: rgb(99,25,251); }
td.TdClassName
{
border-color: #6319FB;
}
.TagClassName
{
border-color: #6319FB;
}
</style>