Shades of Han Purple #6119ED
Tints of Han Purple #6119ED
RGB
CMYK
RGB Variations
Color information
#6119ED (or 0x6119ED) is known color: Han Purple. HEX triplet: 61, 19 and ED. RGB value is (97,25,237). Sum of RGB (Red+Green+Blue) = 97+25+237=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #6119ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119ED is #9EE612. Grayscale: #454545. Windows color (decimal): -10413587 or 15538529. OLE color: 15538529.
HSL color Cylindrical-coordinate representation of color #6119ED: hue angle of 260.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6119ED is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 25 | 237 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.07 |
| HSL | 260.38º | 0.85% | 0.51% | - |
| HSV(B) | 260.38º | 0.89% | 0.93% | - |
| XYZ | 20.56 | 9.35 | 80.84 | - |
| YUV | 70.7 | 221.85 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 237 | 0.59 | 0.89 | 0 | 0.07 | 260.38 | 0.85 | 0.51 |
| Hex | 61 | 19 | ED | 3B | 59 | 0 | 7 | 104 | 55 | 33 |
| Octal | 141 | 31 | 355 | 73 | 131 | 0 | 7 | 404 | 125 | 63 |
| Binary | 1100001 | 11001 | 11101101 | 111011 | 1011001 | 0 | 111 | 100000100 | 1010101 | 110011 |
Color Harmonies of #6119ED
Complementary color
Monochromatic Colors of #6119ED
Black with #6119ED
Text Example
Text Example
White with #6119ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6119ED; }
p { color: rgb(97,25,237); }
H1.HeaderClassName
{
color: #6119ED;
}
.AnyTagClassName
{
color: #6119ED;
}
</style>
background-color css
<style>
a { background-color: #6119ED; }
a { background-color: rgb(97,25,237); }
div.DivClassName
{
background-color: #6119ED;
}
.BgClassName
{
background-color: #6119ED;
}
</style>
border-color css
<style>
span { border-color: #6119ED; }
span { border-color: rgb(97,25,237); }
td.TdClassName
{
border-color: #6119ED;
}
.TagClassName
{
border-color: #6119ED;
}
</style>