Shades of Han Purple #6130F1
Tints of Han Purple #6130F1
RGB
CMYK
RGB Variations
Color information
#6130F1 (or 0x6130F1) is known color: Han Purple. HEX triplet: 61, 30 and F1. RGB value is (97,48,241). Sum of RGB (Red+Green+Blue) = 97+48+241=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #6130F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130F1 is #9ECF0E. Grayscale: #535353. Windows color (decimal): -10407695 or 15806561. OLE color: 15806561.
HSL color Cylindrical-coordinate representation of color #6130F1: hue angle of 255.23º 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 #6130F1 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 48 | 241 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.05 |
| HSL | 255.23º | 0.87% | 0.57% | - |
| HSV(B) | 255.23º | 0.8% | 0.95% | - |
| XYZ | 21.86 | 11.01 | 84.19 | - |
| YUV | 84.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 241 | 0.60 | 0.80 | 0 | 0.05 | 255.23 | 0.87 | 0.57 |
| Hex | 61 | 30 | F1 | 3C | 50 | 0 | 5 | FF | 57 | 39 |
| Octal | 141 | 60 | 361 | 74 | 120 | 0 | 5 | 377 | 127 | 71 |
| Binary | 1100001 | 110000 | 11110001 | 111100 | 1010000 | 0 | 101 | 11111111 | 1010111 | 111001 |
Color Harmonies of #6130F1
Complementary color
Monochromatic Colors of #6130F1
Black with #6130F1
Text Example
Text Example
White with #6130F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130F1; }
p { color: rgb(97,48,241); }
H1.HeaderClassName
{
color: #6130F1;
}
.AnyTagClassName
{
color: #6130F1;
}
</style>
background-color css
<style>
a { background-color: #6130F1; }
a { background-color: rgb(97,48,241); }
div.DivClassName
{
background-color: #6130F1;
}
.BgClassName
{
background-color: #6130F1;
}
</style>
border-color css
<style>
span { border-color: #6130F1; }
span { border-color: rgb(97,48,241); }
td.TdClassName
{
border-color: #6130F1;
}
.TagClassName
{
border-color: #6130F1;
}
</style>