Shades of Han Purple #6113DE
Tints of Han Purple #6113DE
RGB
CMYK
RGB Variations
Color information
#6113DE (or 0x6113DE) is known color: Han Purple. HEX triplet: 61, 13 and DE. RGB value is (97,19,222). Sum of RGB (Red+Green+Blue) = 97+19+222=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #6113DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6113DE is #9EEC21. Grayscale: #404040. Windows color (decimal): -10415138 or 14553953. OLE color: 14553953.
HSL color Cylindrical-coordinate representation of color #6113DE: hue angle of 263.05º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6113DE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 19 | 222 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.13 |
| HSL | 263.05º | 0.84% | 0.47% | - |
| HSV(B) | 263.05º | 0.91% | 0.87% | - |
| XYZ | 18.35 | 8.28 | 69.74 | - |
| YUV | 65.46 | 216.34 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 222 | 0.56 | 0.91 | 0 | 0.13 | 263.05 | 0.84 | 0.47 |
| Hex | 61 | 13 | DE | 38 | 5B | 0 | D | 107 | 54 | 2F |
| Octal | 141 | 23 | 336 | 70 | 133 | 0 | 15 | 407 | 124 | 57 |
| Binary | 1100001 | 10011 | 11011110 | 111000 | 1011011 | 0 | 1101 | 100000111 | 1010100 | 101111 |
Color Harmonies of #6113DE
Complementary color
Monochromatic Colors of #6113DE
Black with #6113DE
Text Example
Text Example
White with #6113DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6113DE; }
p { color: rgb(97,19,222); }
H1.HeaderClassName
{
color: #6113DE;
}
.AnyTagClassName
{
color: #6113DE;
}
</style>
background-color css
<style>
a { background-color: #6113DE; }
a { background-color: rgb(97,19,222); }
div.DivClassName
{
background-color: #6113DE;
}
.BgClassName
{
background-color: #6113DE;
}
</style>
border-color css
<style>
span { border-color: #6113DE; }
span { border-color: rgb(97,19,222); }
td.TdClassName
{
border-color: #6113DE;
}
.TagClassName
{
border-color: #6113DE;
}
</style>