Shades of Han Purple #6313FB
Tints of Han Purple #6313FB
RGB
CMYK
RGB Variations
Color information
#6313FB (or 0x6313FB) is known color: Han Purple. HEX triplet: 63, 13 and FB. RGB value is (99,19,251). Sum of RGB (Red+Green+Blue) = 99+19+251=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #6313FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6313FB is #9CEC04. Grayscale: #444444. Windows color (decimal): -10284037 or 16454499. OLE color: 16454499.
HSL color Cylindrical-coordinate representation of color #6313FB: hue angle of 260.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6313FB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 19 | 251 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.02 |
| HSL | 260.69º | 0.97% | 0.53% | - |
| HSV(B) | 260.69º | 0.92% | 0.98% | - |
| XYZ | 22.79 | 10.08 | 92.01 | - |
| YUV | 69.37 | 230.5 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 251 | 0.61 | 0.92 | 0 | 0.02 | 260.69 | 0.97 | 0.53 |
| Hex | 63 | 13 | FB | 3D | 5C | 0 | 2 | 105 | 61 | 35 |
| Octal | 143 | 23 | 373 | 75 | 134 | 0 | 2 | 405 | 141 | 65 |
| Binary | 1100011 | 10011 | 11111011 | 111101 | 1011100 | 0 | 10 | 100000101 | 1100001 | 110101 |
Color Harmonies of #6313FB
Complementary color
Monochromatic Colors of #6313FB
Black with #6313FB
Text Example
Text Example
White with #6313FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6313FB; }
p { color: rgb(99,19,251); }
H1.HeaderClassName
{
color: #6313FB;
}
.AnyTagClassName
{
color: #6313FB;
}
</style>
background-color css
<style>
a { background-color: #6313FB; }
a { background-color: rgb(99,19,251); }
div.DivClassName
{
background-color: #6313FB;
}
.BgClassName
{
background-color: #6313FB;
}
</style>
border-color css
<style>
span { border-color: #6313FB; }
span { border-color: rgb(99,19,251); }
td.TdClassName
{
border-color: #6313FB;
}
.TagClassName
{
border-color: #6313FB;
}
</style>