Shades of Han Purple #6131E8
Tints of Han Purple #6131E8
RGB
CMYK
RGB Variations
Color information
#6131E8 (or 0x6131E8) is known color: Han Purple. HEX triplet: 61, 31 and E8. RGB value is (97,49,232). Sum of RGB (Red+Green+Blue) = 97+49+232=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #6131E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6131E8 is #9ECE17. Grayscale: #535353. Windows color (decimal): -10407448 or 15216993. OLE color: 15216993.
HSL color Cylindrical-coordinate representation of color #6131E8: hue angle of 255.74º degrees, saturation: 0.8, 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 #6131E8 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 49 | 232 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.09 |
| HSL | 255.74º | 0.8% | 0.55% | - |
| HSV(B) | 255.74º | 0.79% | 0.91% | - |
| XYZ | 20.59 | 10.56 | 77.3 | - |
| YUV | 84.21 | 211.4 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 232 | 0.58 | 0.79 | 0 | 0.09 | 255.74 | 0.8 | 0.55 |
| Hex | 61 | 31 | E8 | 3A | 4F | 0 | 9 | 100 | 50 | 37 |
| Octal | 141 | 61 | 350 | 72 | 117 | 0 | 11 | 400 | 120 | 67 |
| Binary | 1100001 | 110001 | 11101000 | 111010 | 1001111 | 0 | 1001 | 100000000 | 1010000 | 110111 |
Color Harmonies of #6131E8
Complementary color
Monochromatic Colors of #6131E8
Black with #6131E8
Text Example
Text Example
White with #6131E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131E8; }
p { color: rgb(97,49,232); }
H1.HeaderClassName
{
color: #6131E8;
}
.AnyTagClassName
{
color: #6131E8;
}
</style>
background-color css
<style>
a { background-color: #6131E8; }
a { background-color: rgb(97,49,232); }
div.DivClassName
{
background-color: #6131E8;
}
.BgClassName
{
background-color: #6131E8;
}
</style>
border-color css
<style>
span { border-color: #6131E8; }
span { border-color: rgb(97,49,232); }
td.TdClassName
{
border-color: #6131E8;
}
.TagClassName
{
border-color: #6131E8;
}
</style>