Shades of Han Purple #6114E5
Tints of Han Purple #6114E5
RGB
CMYK
RGB Variations
Color information
#6114E5 (or 0x6114E5) is known color: Han Purple. HEX triplet: 61, 14 and E5. RGB value is (97,20,229). Sum of RGB (Red+Green+Blue) = 97+20+229=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 229 (89.84% from 255 or 66.18% from 346); Max value from RGB is 229 - color contains mainly: blue. Hex color #6114E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114E5 is #9EEB1A. Grayscale: #424242. Windows color (decimal): -10414875 or 15012961. OLE color: 15012961.
HSL color Cylindrical-coordinate representation of color #6114E5: hue angle of 262.11º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6114E5 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 20 | 229 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.10 |
| HSL | 262.11º | 0.84% | 0.49% | - |
| HSV(B) | 262.11º | 0.91% | 0.9% | - |
| XYZ | 19.32 | 8.7 | 74.79 | - |
| YUV | 66.85 | 219.51 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 229 | 0.58 | 0.91 | 0 | 0.10 | 262.11 | 0.84 | 0.49 |
| Hex | 61 | 14 | E5 | 3A | 5B | 0 | A | 106 | 54 | 31 |
| Octal | 141 | 24 | 345 | 72 | 133 | 0 | 12 | 406 | 124 | 61 |
| Binary | 1100001 | 10100 | 11100101 | 111010 | 1011011 | 0 | 1010 | 100000110 | 1010100 | 110001 |
Color Harmonies of #6114E5
Complementary color
Monochromatic Colors of #6114E5
Black with #6114E5
Text Example
Text Example
White with #6114E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114E5; }
p { color: rgb(97,20,229); }
H1.HeaderClassName
{
color: #6114E5;
}
.AnyTagClassName
{
color: #6114E5;
}
</style>
background-color css
<style>
a { background-color: #6114E5; }
a { background-color: rgb(97,20,229); }
div.DivClassName
{
background-color: #6114E5;
}
.BgClassName
{
background-color: #6114E5;
}
</style>
border-color css
<style>
span { border-color: #6114E5; }
span { border-color: rgb(97,20,229); }
td.TdClassName
{
border-color: #6114E5;
}
.TagClassName
{
border-color: #6114E5;
}
</style>