Shades of Han Purple #6125E2
Tints of Han Purple #6125E2
RGB
CMYK
RGB Variations
Color information
#6125E2 (or 0x6125E2) is known color: Han Purple. HEX triplet: 61, 25 and E2. RGB value is (97,37,226). Sum of RGB (Red+Green+Blue) = 97+37+226=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 226 (88.67% from 255 or 62.78% from 360); Max value from RGB is 226 - color contains mainly: blue. Hex color #6125E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6125E2 is #9EDA1D. Grayscale: #4B4B4B. Windows color (decimal): -10410526 or 14820705. OLE color: 14820705.
HSL color Cylindrical-coordinate representation of color #6125E2: hue angle of 259.05º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6125E2 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 37 | 226 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.11 |
| HSL | 259.05º | 0.77% | 0.52% | - |
| HSV(B) | 259.05º | 0.84% | 0.89% | - |
| XYZ | 19.32 | 9.36 | 72.74 | - |
| YUV | 76.49 | 212.38 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 226 | 0.57 | 0.84 | 0 | 0.11 | 259.05 | 0.77 | 0.52 |
| Hex | 61 | 25 | E2 | 39 | 54 | 0 | B | 103 | 4D | 34 |
| Octal | 141 | 45 | 342 | 71 | 124 | 0 | 13 | 403 | 115 | 64 |
| Binary | 1100001 | 100101 | 11100010 | 111001 | 1010100 | 0 | 1011 | 100000011 | 1001101 | 110100 |
Color Harmonies of #6125E2
Complementary color
Monochromatic Colors of #6125E2
Black with #6125E2
Text Example
Text Example
White with #6125E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6125E2; }
p { color: rgb(97,37,226); }
H1.HeaderClassName
{
color: #6125E2;
}
.AnyTagClassName
{
color: #6125E2;
}
</style>
background-color css
<style>
a { background-color: #6125E2; }
a { background-color: rgb(97,37,226); }
div.DivClassName
{
background-color: #6125E2;
}
.BgClassName
{
background-color: #6125E2;
}
</style>
border-color css
<style>
span { border-color: #6125E2; }
span { border-color: rgb(97,37,226); }
td.TdClassName
{
border-color: #6125E2;
}
.TagClassName
{
border-color: #6125E2;
}
</style>