Shades of Han Purple #6113EA
Tints of Han Purple #6113EA
RGB
CMYK
RGB Variations
Color information
#6113EA (or 0x6113EA) is known color: Han Purple. HEX triplet: 61, 13 and EA. RGB value is (97,19,234). Sum of RGB (Red+Green+Blue) = 97+19+234=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #6113EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6113EA is #9EEC15. Grayscale: #424242. Windows color (decimal): -10415126 or 15340385. OLE color: 15340385.
HSL color Cylindrical-coordinate representation of color #6113EA: hue angle of 261.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6113EA is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 19 | 234 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.08 |
| HSL | 261.77º | 0.85% | 0.5% | - |
| HSV(B) | 261.77º | 0.92% | 0.92% | - |
| XYZ | 20.01 | 8.95 | 78.51 | - |
| YUV | 66.83 | 222.34 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 234 | 0.59 | 0.92 | 0 | 0.08 | 261.77 | 0.85 | 0.5 |
| Hex | 61 | 13 | EA | 3B | 5C | 0 | 8 | 106 | 55 | 32 |
| Octal | 141 | 23 | 352 | 73 | 134 | 0 | 10 | 406 | 125 | 62 |
| Binary | 1100001 | 10011 | 11101010 | 111011 | 1011100 | 0 | 1000 | 100000110 | 1010101 | 110010 |
Color Harmonies of #6113EA
Complementary color
Monochromatic Colors of #6113EA
Black with #6113EA
Text Example
Text Example
White with #6113EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6113EA; }
p { color: rgb(97,19,234); }
H1.HeaderClassName
{
color: #6113EA;
}
.AnyTagClassName
{
color: #6113EA;
}
</style>
background-color css
<style>
a { background-color: #6113EA; }
a { background-color: rgb(97,19,234); }
div.DivClassName
{
background-color: #6113EA;
}
.BgClassName
{
background-color: #6113EA;
}
</style>
border-color css
<style>
span { border-color: #6113EA; }
span { border-color: rgb(97,19,234); }
td.TdClassName
{
border-color: #6113EA;
}
.TagClassName
{
border-color: #6113EA;
}
</style>