Shades of Han Purple #6030EE
Tints of Han Purple #6030EE
RGB
CMYK
RGB Variations
Color information
#6030EE (or 0x6030EE) is known color: Han Purple. HEX triplet: 60, 30 and EE. RGB value is (96,48,238). Sum of RGB (Red+Green+Blue) = 96+48+238=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #6030EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030EE is #9FCF11. Grayscale: #535353. Windows color (decimal): -10473234 or 15609952. OLE color: 15609952.
HSL color Cylindrical-coordinate representation of color #6030EE: hue angle of 255.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6030EE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 48 | 238 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.07 |
| HSL | 255.16º | 0.85% | 0.56% | - |
| HSV(B) | 255.16º | 0.8% | 0.93% | - |
| XYZ | 21.31 | 10.77 | 81.85 | - |
| YUV | 84.01 | 214.9 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 238 | 0.60 | 0.80 | 0 | 0.07 | 255.16 | 0.85 | 0.56 |
| Hex | 60 | 30 | EE | 3C | 50 | 0 | 7 | FF | 55 | 38 |
| Octal | 140 | 60 | 356 | 74 | 120 | 0 | 7 | 377 | 125 | 70 |
| Binary | 1100000 | 110000 | 11101110 | 111100 | 1010000 | 0 | 111 | 11111111 | 1010101 | 111000 |
Color Harmonies of #6030EE
Complementary color
Monochromatic Colors of #6030EE
Black with #6030EE
Text Example
Text Example
White with #6030EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030EE; }
p { color: rgb(96,48,238); }
H1.HeaderClassName
{
color: #6030EE;
}
.AnyTagClassName
{
color: #6030EE;
}
</style>
background-color css
<style>
a { background-color: #6030EE; }
a { background-color: rgb(96,48,238); }
div.DivClassName
{
background-color: #6030EE;
}
.BgClassName
{
background-color: #6030EE;
}
</style>
border-color css
<style>
span { border-color: #6030EE; }
span { border-color: rgb(96,48,238); }
td.TdClassName
{
border-color: #6030EE;
}
.TagClassName
{
border-color: #6030EE;
}
</style>