Shades of Han Purple #6031EA
Tints of Han Purple #6031EA
RGB
CMYK
RGB Variations
Color information
#6031EA (or 0x6031EA) is known color: Han Purple. HEX triplet: 60, 31 and EA. RGB value is (96,49,234). Sum of RGB (Red+Green+Blue) = 96+49+234=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #6031EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6031EA is #9FCE15. Grayscale: #535353. Windows color (decimal): -10472982 or 15348064. OLE color: 15348064.
HSL color Cylindrical-coordinate representation of color #6031EA: hue angle of 255.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6031EA is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 49 | 234 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.08 |
| HSL | 255.24º | 0.81% | 0.55% | - |
| HSV(B) | 255.24º | 0.79% | 0.92% | - |
| XYZ | 20.77 | 10.62 | 78.8 | - |
| YUV | 84.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 234 | 0.59 | 0.79 | 0 | 0.08 | 255.24 | 0.81 | 0.55 |
| Hex | 60 | 31 | EA | 3B | 4F | 0 | 8 | FF | 51 | 37 |
| Octal | 140 | 61 | 352 | 73 | 117 | 0 | 10 | 377 | 121 | 67 |
| Binary | 1100000 | 110001 | 11101010 | 111011 | 1001111 | 0 | 1000 | 11111111 | 1010001 | 110111 |
Color Harmonies of #6031EA
Complementary color
Monochromatic Colors of #6031EA
Black with #6031EA
Text Example
Text Example
White with #6031EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031EA; }
p { color: rgb(96,49,234); }
H1.HeaderClassName
{
color: #6031EA;
}
.AnyTagClassName
{
color: #6031EA;
}
</style>
background-color css
<style>
a { background-color: #6031EA; }
a { background-color: rgb(96,49,234); }
div.DivClassName
{
background-color: #6031EA;
}
.BgClassName
{
background-color: #6031EA;
}
</style>
border-color css
<style>
span { border-color: #6031EA; }
span { border-color: rgb(96,49,234); }
td.TdClassName
{
border-color: #6031EA;
}
.TagClassName
{
border-color: #6031EA;
}
</style>