Shades of Han Purple #6122F9
Tints of Han Purple #6122F9
RGB
CMYK
RGB Variations
Color information
#6122F9 (or 0x6122F9) is known color: Han Purple. HEX triplet: 61, 22 and F9. RGB value is (97,34,249). Sum of RGB (Red+Green+Blue) = 97+34+249=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #6122F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6122F9 is #9EDD06. Grayscale: #4C4C4C. Windows color (decimal): -10411271 or 16327265. OLE color: 16327265.
HSL color Cylindrical-coordinate representation of color #6122F9: hue angle of 257.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6122F9 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 34 | 249 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.02 |
| HSL | 257.58º | 0.95% | 0.55% | - |
| HSV(B) | 257.58º | 0.86% | 0.98% | - |
| XYZ | 22.6 | 10.53 | 90.46 | - |
| YUV | 77.35 | 224.87 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 249 | 0.61 | 0.86 | 0 | 0.02 | 257.58 | 0.95 | 0.55 |
| Hex | 61 | 22 | F9 | 3D | 56 | 0 | 2 | 102 | 5F | 37 |
| Octal | 141 | 42 | 371 | 75 | 126 | 0 | 2 | 402 | 137 | 67 |
| Binary | 1100001 | 100010 | 11111001 | 111101 | 1010110 | 0 | 10 | 100000010 | 1011111 | 110111 |
Color Harmonies of #6122F9
Complementary color
Monochromatic Colors of #6122F9
Black with #6122F9
Text Example
Text Example
White with #6122F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6122F9; }
p { color: rgb(97,34,249); }
H1.HeaderClassName
{
color: #6122F9;
}
.AnyTagClassName
{
color: #6122F9;
}
</style>
background-color css
<style>
a { background-color: #6122F9; }
a { background-color: rgb(97,34,249); }
div.DivClassName
{
background-color: #6122F9;
}
.BgClassName
{
background-color: #6122F9;
}
</style>
border-color css
<style>
span { border-color: #6122F9; }
span { border-color: rgb(97,34,249); }
td.TdClassName
{
border-color: #6122F9;
}
.TagClassName
{
border-color: #6122F9;
}
</style>