Shades of Han Purple #6128E2
Tints of Han Purple #6128E2
RGB
CMYK
RGB Variations
Color information
#6128E2 (or 0x6128E2) is known color: Han Purple. HEX triplet: 61, 28 and E2. RGB value is (97,40,226). Sum of RGB (Red+Green+Blue) = 97+40+226=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 226 (88.67% from 255 or 62.26% from 363); Max value from RGB is 226 - color contains mainly: blue. Hex color #6128E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128E2 is #9ED71D. Grayscale: #4D4D4D. Windows color (decimal): -10409758 or 14821473. OLE color: 14821473.
HSL color Cylindrical-coordinate representation of color #6128E2: hue angle of 258.39º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6128E2 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 40 | 226 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.11 |
| HSL | 258.39º | 0.76% | 0.52% | - |
| HSV(B) | 258.39º | 0.82% | 0.89% | - |
| XYZ | 19.42 | 9.55 | 72.77 | - |
| YUV | 78.25 | 211.38 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 226 | 0.57 | 0.82 | 0 | 0.11 | 258.39 | 0.76 | 0.52 |
| Hex | 61 | 28 | E2 | 39 | 52 | 0 | B | 102 | 4C | 34 |
| Octal | 141 | 50 | 342 | 71 | 122 | 0 | 13 | 402 | 114 | 64 |
| Binary | 1100001 | 101000 | 11100010 | 111001 | 1010010 | 0 | 1011 | 100000010 | 1001100 | 110100 |
Color Harmonies of #6128E2
Complementary color
Monochromatic Colors of #6128E2
Black with #6128E2
Text Example
Text Example
White with #6128E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6128E2; }
p { color: rgb(97,40,226); }
H1.HeaderClassName
{
color: #6128E2;
}
.AnyTagClassName
{
color: #6128E2;
}
</style>
background-color css
<style>
a { background-color: #6128E2; }
a { background-color: rgb(97,40,226); }
div.DivClassName
{
background-color: #6128E2;
}
.BgClassName
{
background-color: #6128E2;
}
</style>
border-color css
<style>
span { border-color: #6128E2; }
span { border-color: rgb(97,40,226); }
td.TdClassName
{
border-color: #6128E2;
}
.TagClassName
{
border-color: #6128E2;
}
</style>