Shades of Han Purple #6030E8
Tints of Han Purple #6030E8
RGB
CMYK
RGB Variations
Color information
#6030E8 (or 0x6030E8) is known color: Han Purple. HEX triplet: 60, 30 and E8. RGB value is (96,48,232). Sum of RGB (Red+Green+Blue) = 96+48+232=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #6030E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030E8 is #9FCF17. Grayscale: #525252. Windows color (decimal): -10473240 or 15216736. OLE color: 15216736.
HSL color Cylindrical-coordinate representation of color #6030E8: hue angle of 255.65º 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 #6030E8 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 48 | 232 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.09 |
| HSL | 255.65º | 0.8% | 0.55% | - |
| HSV(B) | 255.65º | 0.79% | 0.91% | - |
| XYZ | 20.45 | 10.43 | 77.28 | - |
| YUV | 83.33 | 211.9 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 232 | 0.59 | 0.79 | 0 | 0.09 | 255.65 | 0.8 | 0.55 |
| Hex | 60 | 30 | E8 | 3B | 4F | 0 | 9 | 100 | 50 | 37 |
| Octal | 140 | 60 | 350 | 73 | 117 | 0 | 11 | 400 | 120 | 67 |
| Binary | 1100000 | 110000 | 11101000 | 111011 | 1001111 | 0 | 1001 | 100000000 | 1010000 | 110111 |
Color Harmonies of #6030E8
Complementary color
Monochromatic Colors of #6030E8
Black with #6030E8
Text Example
Text Example
White with #6030E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030E8; }
p { color: rgb(96,48,232); }
H1.HeaderClassName
{
color: #6030E8;
}
.AnyTagClassName
{
color: #6030E8;
}
</style>
background-color css
<style>
a { background-color: #6030E8; }
a { background-color: rgb(96,48,232); }
div.DivClassName
{
background-color: #6030E8;
}
.BgClassName
{
background-color: #6030E8;
}
</style>
border-color css
<style>
span { border-color: #6030E8; }
span { border-color: rgb(96,48,232); }
td.TdClassName
{
border-color: #6030E8;
}
.TagClassName
{
border-color: #6030E8;
}
</style>