Shades of Han Purple #611EEA
Tints of Han Purple #611EEA
RGB
CMYK
RGB Variations
Color information
#611EEA (or 0x611EEA) is known color: Han Purple. HEX triplet: 61, 1E and EA. RGB value is (97,30,234). Sum of RGB (Red+Green+Blue) = 97+30+234=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #611EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611EEA is #9EE115. Grayscale: #484848. Windows color (decimal): -10412310 or 15343201. OLE color: 15343201.
HSL color Cylindrical-coordinate representation of color #611EEA: hue angle of 259.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611EEA is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 30 | 234 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.08 |
| HSL | 259.71º | 0.83% | 0.52% | - |
| HSV(B) | 259.71º | 0.87% | 0.92% | - |
| XYZ | 20.25 | 9.41 | 78.59 | - |
| YUV | 73.29 | 218.7 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 234 | 0.59 | 0.87 | 0 | 0.08 | 259.71 | 0.83 | 0.52 |
| Hex | 61 | 1E | EA | 3B | 57 | 0 | 8 | 104 | 53 | 34 |
| Octal | 141 | 36 | 352 | 73 | 127 | 0 | 10 | 404 | 123 | 64 |
| Binary | 1100001 | 11110 | 11101010 | 111011 | 1010111 | 0 | 1000 | 100000100 | 1010011 | 110100 |
Color Harmonies of #611EEA
Complementary color
Monochromatic Colors of #611EEA
Black with #611EEA
Text Example
Text Example
White with #611EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611EEA; }
p { color: rgb(97,30,234); }
H1.HeaderClassName
{
color: #611EEA;
}
.AnyTagClassName
{
color: #611EEA;
}
</style>
background-color css
<style>
a { background-color: #611EEA; }
a { background-color: rgb(97,30,234); }
div.DivClassName
{
background-color: #611EEA;
}
.BgClassName
{
background-color: #611EEA;
}
</style>
border-color css
<style>
span { border-color: #611EEA; }
span { border-color: rgb(97,30,234); }
td.TdClassName
{
border-color: #611EEA;
}
.TagClassName
{
border-color: #611EEA;
}
</style>