Shades of Han Purple #6120F7
Tints of Han Purple #6120F7
RGB
CMYK
RGB Variations
Color information
#6120F7 (or 0x6120F7) is known color: Han Purple. HEX triplet: 61, 20 and F7. RGB value is (97,32,247). Sum of RGB (Red+Green+Blue) = 97+32+247=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 247 (96.88% from 255 or 65.69% from 376); Max value from RGB is 247 - color contains mainly: blue. Hex color #6120F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6120F7 is #9EDF08. Grayscale: #4B4B4B. Windows color (decimal): -10411785 or 16195681. OLE color: 16195681.
HSL color Cylindrical-coordinate representation of color #6120F7: hue angle of 258.14º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6120F7 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 32 | 247 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.03 |
| HSL | 258.14º | 0.93% | 0.55% | - |
| HSV(B) | 258.14º | 0.87% | 0.97% | - |
| XYZ | 22.23 | 10.29 | 88.81 | - |
| YUV | 75.95 | 224.53 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 247 | 0.61 | 0.87 | 0 | 0.03 | 258.14 | 0.93 | 0.55 |
| Hex | 61 | 20 | F7 | 3D | 57 | 0 | 3 | 102 | 5D | 37 |
| Octal | 141 | 40 | 367 | 75 | 127 | 0 | 3 | 402 | 135 | 67 |
| Binary | 1100001 | 100000 | 11110111 | 111101 | 1010111 | 0 | 11 | 100000010 | 1011101 | 110111 |
Color Harmonies of #6120F7
Complementary color
Monochromatic Colors of #6120F7
Black with #6120F7
Text Example
Text Example
White with #6120F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6120F7; }
p { color: rgb(97,32,247); }
H1.HeaderClassName
{
color: #6120F7;
}
.AnyTagClassName
{
color: #6120F7;
}
</style>
background-color css
<style>
a { background-color: #6120F7; }
a { background-color: rgb(97,32,247); }
div.DivClassName
{
background-color: #6120F7;
}
.BgClassName
{
background-color: #6120F7;
}
</style>
border-color css
<style>
span { border-color: #6120F7; }
span { border-color: rgb(97,32,247); }
td.TdClassName
{
border-color: #6120F7;
}
.TagClassName
{
border-color: #6120F7;
}
</style>