Shades of Han Purple #6131E7
Tints of Han Purple #6131E7
RGB
CMYK
RGB Variations
Color information
#6131E7 (or 0x6131E7) is known color: Han Purple. HEX triplet: 61, 31 and E7. RGB value is (97,49,231). Sum of RGB (Red+Green+Blue) = 97+49+231=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #6131E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6131E7 is #9ECE18. Grayscale: #535353. Windows color (decimal): -10407449 or 15151457. OLE color: 15151457.
HSL color Cylindrical-coordinate representation of color #6131E7: hue angle of 255.82º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6131E7 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 49 | 231 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.09 |
| HSL | 255.82º | 0.79% | 0.55% | - |
| HSV(B) | 255.82º | 0.79% | 0.91% | - |
| XYZ | 20.45 | 10.51 | 76.55 | - |
| YUV | 84.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 231 | 0.58 | 0.79 | 0 | 0.09 | 255.82 | 0.79 | 0.55 |
| Hex | 61 | 31 | E7 | 3A | 4F | 0 | 9 | 100 | 4F | 37 |
| Octal | 141 | 61 | 347 | 72 | 117 | 0 | 11 | 400 | 117 | 67 |
| Binary | 1100001 | 110001 | 11100111 | 111010 | 1001111 | 0 | 1001 | 100000000 | 1001111 | 110111 |
Color Harmonies of #6131E7
Complementary color
Monochromatic Colors of #6131E7
Black with #6131E7
Text Example
Text Example
White with #6131E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131E7; }
p { color: rgb(97,49,231); }
H1.HeaderClassName
{
color: #6131E7;
}
.AnyTagClassName
{
color: #6131E7;
}
</style>
background-color css
<style>
a { background-color: #6131E7; }
a { background-color: rgb(97,49,231); }
div.DivClassName
{
background-color: #6131E7;
}
.BgClassName
{
background-color: #6131E7;
}
</style>
border-color css
<style>
span { border-color: #6131E7; }
span { border-color: rgb(97,49,231); }
td.TdClassName
{
border-color: #6131E7;
}
.TagClassName
{
border-color: #6131E7;
}
</style>