Shades of Han Purple #6031EE
Tints of Han Purple #6031EE
RGB
CMYK
RGB Variations
Color information
#6031EE (or 0x6031EE) is known color: Han Purple. HEX triplet: 60, 31 and EE. RGB value is (96,49,238). Sum of RGB (Red+Green+Blue) = 96+49+238=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #6031EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6031EE is #9FCE11. Grayscale: #535353. Windows color (decimal): -10472978 or 15610208. OLE color: 15610208.
HSL color Cylindrical-coordinate representation of color #6031EE: hue angle of 254.92º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6031EE is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 49 | 238 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.07 |
| HSL | 254.92º | 0.85% | 0.56% | - |
| HSV(B) | 254.92º | 0.79% | 0.93% | - |
| XYZ | 21.35 | 10.86 | 81.86 | - |
| YUV | 84.6 | 214.57 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 238 | 0.60 | 0.79 | 0 | 0.07 | 254.92 | 0.85 | 0.56 |
| Hex | 60 | 31 | EE | 3C | 4F | 0 | 7 | FF | 55 | 38 |
| Octal | 140 | 61 | 356 | 74 | 117 | 0 | 7 | 377 | 125 | 70 |
| Binary | 1100000 | 110001 | 11101110 | 111100 | 1001111 | 0 | 111 | 11111111 | 1010101 | 111000 |
Color Harmonies of #6031EE
Complementary color
Monochromatic Colors of #6031EE
Black with #6031EE
Text Example
Text Example
White with #6031EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031EE; }
p { color: rgb(96,49,238); }
H1.HeaderClassName
{
color: #6031EE;
}
.AnyTagClassName
{
color: #6031EE;
}
</style>
background-color css
<style>
a { background-color: #6031EE; }
a { background-color: rgb(96,49,238); }
div.DivClassName
{
background-color: #6031EE;
}
.BgClassName
{
background-color: #6031EE;
}
</style>
border-color css
<style>
span { border-color: #6031EE; }
span { border-color: rgb(96,49,238); }
td.TdClassName
{
border-color: #6031EE;
}
.TagClassName
{
border-color: #6031EE;
}
</style>