Shades of Han Purple #6119F5
Tints of Han Purple #6119F5
RGB
CMYK
RGB Variations
Color information
#6119F5 (or 0x6119F5) is known color: Han Purple. HEX triplet: 61, 19 and F5. RGB value is (97,25,245). Sum of RGB (Red+Green+Blue) = 97+25+245=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 245 (96.09% from 255 or 66.76% from 367); Max value from RGB is 245 - color contains mainly: blue. Hex color #6119F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119F5 is #9EE60A. Grayscale: #464646. Windows color (decimal): -10413579 or 16062817. OLE color: 16062817.
HSL color Cylindrical-coordinate representation of color #6119F5: hue angle of 259.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6119F5 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 25 | 245 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.04 |
| HSL | 259.64º | 0.92% | 0.53% | - |
| HSV(B) | 259.64º | 0.9% | 0.96% | - |
| XYZ | 21.76 | 9.83 | 87.14 | - |
| YUV | 71.61 | 225.85 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 245 | 0.60 | 0.90 | 0 | 0.04 | 259.64 | 0.92 | 0.53 |
| Hex | 61 | 19 | F5 | 3C | 5A | 0 | 4 | 104 | 5C | 35 |
| Octal | 141 | 31 | 365 | 74 | 132 | 0 | 4 | 404 | 134 | 65 |
| Binary | 1100001 | 11001 | 11110101 | 111100 | 1011010 | 0 | 100 | 100000100 | 1011100 | 110101 |
Color Harmonies of #6119F5
Complementary color
Monochromatic Colors of #6119F5
Black with #6119F5
Text Example
Text Example
White with #6119F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6119F5; }
p { color: rgb(97,25,245); }
H1.HeaderClassName
{
color: #6119F5;
}
.AnyTagClassName
{
color: #6119F5;
}
</style>
background-color css
<style>
a { background-color: #6119F5; }
a { background-color: rgb(97,25,245); }
div.DivClassName
{
background-color: #6119F5;
}
.BgClassName
{
background-color: #6119F5;
}
</style>
border-color css
<style>
span { border-color: #6119F5; }
span { border-color: rgb(97,25,245); }
td.TdClassName
{
border-color: #6119F5;
}
.TagClassName
{
border-color: #6119F5;
}
</style>