Shades of Han Purple #6030F1
Tints of Han Purple #6030F1
RGB
CMYK
RGB Variations
Color information
#6030F1 (or 0x6030F1) is known color: Han Purple. HEX triplet: 60, 30 and F1. RGB value is (96,48,241). Sum of RGB (Red+Green+Blue) = 96+48+241=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #6030F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030F1 is #9FCF0E. Grayscale: #535353. Windows color (decimal): -10473231 or 15806560. OLE color: 15806560.
HSL color Cylindrical-coordinate representation of color #6030F1: hue angle of 254.92º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6030F1 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 48 | 241 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.05 |
| HSL | 254.92º | 0.87% | 0.57% | - |
| HSV(B) | 254.92º | 0.8% | 0.95% | - |
| XYZ | 21.76 | 10.95 | 84.19 | - |
| YUV | 84.35 | 216.4 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 241 | 0.60 | 0.80 | 0 | 0.05 | 254.92 | 0.87 | 0.57 |
| Hex | 60 | 30 | F1 | 3C | 50 | 0 | 5 | FF | 57 | 39 |
| Octal | 140 | 60 | 361 | 74 | 120 | 0 | 5 | 377 | 127 | 71 |
| Binary | 1100000 | 110000 | 11110001 | 111100 | 1010000 | 0 | 101 | 11111111 | 1010111 | 111001 |
Color Harmonies of #6030F1
Complementary color
Monochromatic Colors of #6030F1
Black with #6030F1
Text Example
Text Example
White with #6030F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030F1; }
p { color: rgb(96,48,241); }
H1.HeaderClassName
{
color: #6030F1;
}
.AnyTagClassName
{
color: #6030F1;
}
</style>
background-color css
<style>
a { background-color: #6030F1; }
a { background-color: rgb(96,48,241); }
div.DivClassName
{
background-color: #6030F1;
}
.BgClassName
{
background-color: #6030F1;
}
</style>
border-color css
<style>
span { border-color: #6030F1; }
span { border-color: rgb(96,48,241); }
td.TdClassName
{
border-color: #6030F1;
}
.TagClassName
{
border-color: #6030F1;
}
</style>