Shades of Han Purple #6111FB
Tints of Han Purple #6111FB
RGB
CMYK
RGB Variations
Color information
#6111FB (or 0x6111FB) is known color: Han Purple. HEX triplet: 61, 11 and FB. RGB value is (97,17,251). Sum of RGB (Red+Green+Blue) = 97+17+251=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #6111FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111FB is #9EEE04. Grayscale: #424242. Windows color (decimal): -10415621 or 16453985. OLE color: 16453985.
HSL color Cylindrical-coordinate representation of color #6111FB: hue angle of 260.51º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6111FB is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 17 | 251 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.02 |
| HSL | 260.51º | 0.97% | 0.53% | - |
| HSV(B) | 260.51º | 0.93% | 0.98% | - |
| XYZ | 22.54 | 9.91 | 91.99 | - |
| YUV | 67.6 | 231.5 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 251 | 0.61 | 0.93 | 0 | 0.02 | 260.51 | 0.97 | 0.53 |
| Hex | 61 | 11 | FB | 3D | 5D | 0 | 2 | 105 | 61 | 35 |
| Octal | 141 | 21 | 373 | 75 | 135 | 0 | 2 | 405 | 141 | 65 |
| Binary | 1100001 | 10001 | 11111011 | 111101 | 1011101 | 0 | 10 | 100000101 | 1100001 | 110101 |
Color Harmonies of #6111FB
Complementary color
Monochromatic Colors of #6111FB
Black with #6111FB
Text Example
Text Example
White with #6111FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111FB; }
p { color: rgb(97,17,251); }
H1.HeaderClassName
{
color: #6111FB;
}
.AnyTagClassName
{
color: #6111FB;
}
</style>
background-color css
<style>
a { background-color: #6111FB; }
a { background-color: rgb(97,17,251); }
div.DivClassName
{
background-color: #6111FB;
}
.BgClassName
{
background-color: #6111FB;
}
</style>
border-color css
<style>
span { border-color: #6111FB; }
span { border-color: rgb(97,17,251); }
td.TdClassName
{
border-color: #6111FB;
}
.TagClassName
{
border-color: #6111FB;
}
</style>