Shades of Han Purple #6030FF
Tints of Han Purple #6030FF
RGB
CMYK
RGB Variations
Color information
#6030FF (or 0x6030FF) is known color: Han Purple. HEX triplet: 60, 30 and FF. RGB value is (96,48,255). Sum of RGB (Red+Green+Blue) = 96+48+255=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #6030FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030FF is #9FCF00. Grayscale: #555555. Windows color (decimal): -10473217 or 16724064. OLE color: 16724064.
HSL color Cylindrical-coordinate representation of color #6030FF: hue angle of 253.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6030FF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 48 | 255 | - |
| CMYK | 0.62 | 0.81 | 0 | 0 |
| HSL | 253.91º | 1% | 0.59% | - |
| HSV(B) | 253.91º | 0.81% | 1% | - |
| XYZ | 23.93 | 11.82 | 95.63 | - |
| YUV | 85.95 | 223.4 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 255 | 0.62 | 0.81 | 0 | 0 | 253.91 | 1 | 0.59 |
| Hex | 60 | 30 | FF | 3E | 51 | 0 | 0 | FE | 64 | 3B |
| Octal | 140 | 60 | 377 | 76 | 121 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1100000 | 110000 | 11111111 | 111110 | 1010001 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #6030FF
Complementary color
Monochromatic Colors of #6030FF
Black with #6030FF
Text Example
Text Example
White with #6030FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030FF; }
p { color: rgb(96,48,255); }
H1.HeaderClassName
{
color: #6030FF;
}
.AnyTagClassName
{
color: #6030FF;
}
</style>
background-color css
<style>
a { background-color: #6030FF; }
a { background-color: rgb(96,48,255); }
div.DivClassName
{
background-color: #6030FF;
}
.BgClassName
{
background-color: #6030FF;
}
</style>
border-color css
<style>
span { border-color: #6030FF; }
span { border-color: rgb(96,48,255); }
td.TdClassName
{
border-color: #6030FF;
}
.TagClassName
{
border-color: #6030FF;
}
</style>