Shades of Han Purple #6113FF
Tints of Han Purple #6113FF
RGB
CMYK
RGB Variations
Color information
#6113FF (or 0x6113FF) is known color: Han Purple. HEX triplet: 61, 13 and FF. RGB value is (97,19,255). Sum of RGB (Red+Green+Blue) = 97+19+255=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #6113FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6113FF is #9EEC00. Grayscale: #444444. Windows color (decimal): -10415105 or 16716641. OLE color: 16716641.
HSL color Cylindrical-coordinate representation of color #6113FF: hue angle of 259.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6113FF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 19 | 255 | - |
| CMYK | 0.62 | 0.93 | 0 | 0 |
| HSL | 259.83º | 1% | 0.54% | - |
| HSV(B) | 259.83º | 0.93% | 1% | - |
| XYZ | 23.21 | 10.23 | 95.36 | - |
| YUV | 69.23 | 232.84 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 255 | 0.62 | 0.93 | 0 | 0 | 259.83 | 1 | 0.54 |
| Hex | 61 | 13 | FF | 3E | 5D | 0 | 0 | 104 | 64 | 36 |
| Octal | 141 | 23 | 377 | 76 | 135 | 0 | 0 | 404 | 144 | 66 |
| Binary | 1100001 | 10011 | 11111111 | 111110 | 1011101 | 0 | 0 | 100000100 | 1100100 | 110110 |
Color Harmonies of #6113FF
Complementary color
Monochromatic Colors of #6113FF
Black with #6113FF
Text Example
Text Example
White with #6113FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6113FF; }
p { color: rgb(97,19,255); }
H1.HeaderClassName
{
color: #6113FF;
}
.AnyTagClassName
{
color: #6113FF;
}
</style>
background-color css
<style>
a { background-color: #6113FF; }
a { background-color: rgb(97,19,255); }
div.DivClassName
{
background-color: #6113FF;
}
.BgClassName
{
background-color: #6113FF;
}
</style>
border-color css
<style>
span { border-color: #6113FF; }
span { border-color: rgb(97,19,255); }
td.TdClassName
{
border-color: #6113FF;
}
.TagClassName
{
border-color: #6113FF;
}
</style>