Shades of Han Purple #6113EB
Tints of Han Purple #6113EB
RGB
CMYK
RGB Variations
Color information
#6113EB (or 0x6113EB) is known color: Han Purple. HEX triplet: 61, 13 and EB. RGB value is (97,19,235). Sum of RGB (Red+Green+Blue) = 97+19+235=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #6113EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6113EB is #9EEC14. Grayscale: #424242. Windows color (decimal): -10415125 or 15405921. OLE color: 15405921.
HSL color Cylindrical-coordinate representation of color #6113EB: hue angle of 261.67º 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 #6113EB is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 19 | 235 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.08 |
| HSL | 261.67º | 0.85% | 0.5% | - |
| HSV(B) | 261.67º | 0.92% | 0.92% | - |
| XYZ | 20.16 | 9.01 | 79.27 | - |
| YUV | 66.95 | 222.84 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 235 | 0.59 | 0.92 | 0 | 0.08 | 261.67 | 0.85 | 0.5 |
| Hex | 61 | 13 | EB | 3B | 5C | 0 | 8 | 106 | 55 | 32 |
| Octal | 141 | 23 | 353 | 73 | 134 | 0 | 10 | 406 | 125 | 62 |
| Binary | 1100001 | 10011 | 11101011 | 111011 | 1011100 | 0 | 1000 | 100000110 | 1010101 | 110010 |
Color Harmonies of #6113EB
Complementary color
Monochromatic Colors of #6113EB
Black with #6113EB
Text Example
Text Example
White with #6113EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6113EB; }
p { color: rgb(97,19,235); }
H1.HeaderClassName
{
color: #6113EB;
}
.AnyTagClassName
{
color: #6113EB;
}
</style>
background-color css
<style>
a { background-color: #6113EB; }
a { background-color: rgb(97,19,235); }
div.DivClassName
{
background-color: #6113EB;
}
.BgClassName
{
background-color: #6113EB;
}
</style>
border-color css
<style>
span { border-color: #6113EB; }
span { border-color: rgb(97,19,235); }
td.TdClassName
{
border-color: #6113EB;
}
.TagClassName
{
border-color: #6113EB;
}
</style>