Shades of Han Purple #6119FB
Tints of Han Purple #6119FB
RGB
CMYK
RGB Variations
Color information
#6119FB (or 0x6119FB) is known color: Han Purple. HEX triplet: 61, 19 and FB. RGB value is (97,25,251). Sum of RGB (Red+Green+Blue) = 97+25+251=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #6119FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119FB is #9EE604. Grayscale: #474747. Windows color (decimal): -10413573 or 16456033. OLE color: 16456033.
HSL color Cylindrical-coordinate representation of color #6119FB: hue angle of 259.12º 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 #6119FB is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 25 | 251 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.02 |
| HSL | 259.12º | 0.97% | 0.54% | - |
| HSV(B) | 259.12º | 0.9% | 0.98% | - |
| XYZ | 22.69 | 10.2 | 92.04 | - |
| YUV | 72.29 | 228.85 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 251 | 0.61 | 0.90 | 0 | 0.02 | 259.12 | 0.97 | 0.54 |
| Hex | 61 | 19 | FB | 3D | 5A | 0 | 2 | 103 | 61 | 36 |
| Octal | 141 | 31 | 373 | 75 | 132 | 0 | 2 | 403 | 141 | 66 |
| Binary | 1100001 | 11001 | 11111011 | 111101 | 1011010 | 0 | 10 | 100000011 | 1100001 | 110110 |
Color Harmonies of #6119FB
Complementary color
Monochromatic Colors of #6119FB
Black with #6119FB
Text Example
Text Example
White with #6119FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6119FB; }
p { color: rgb(97,25,251); }
H1.HeaderClassName
{
color: #6119FB;
}
.AnyTagClassName
{
color: #6119FB;
}
</style>
background-color css
<style>
a { background-color: #6119FB; }
a { background-color: rgb(97,25,251); }
div.DivClassName
{
background-color: #6119FB;
}
.BgClassName
{
background-color: #6119FB;
}
</style>
border-color css
<style>
span { border-color: #6119FB; }
span { border-color: rgb(97,25,251); }
td.TdClassName
{
border-color: #6119FB;
}
.TagClassName
{
border-color: #6119FB;
}
</style>