Shades of Han Purple #6122FE
Tints of Han Purple #6122FE
RGB
CMYK
RGB Variations
Color information
#6122FE (or 0x6122FE) is known color: Han Purple. HEX triplet: 61, 22 and FE. RGB value is (97,34,254). Sum of RGB (Red+Green+Blue) = 97+34+254=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #6122FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6122FE is #9EDD01. Grayscale: #4D4D4D. Windows color (decimal): -10411266 or 16654945. OLE color: 16654945.
HSL color Cylindrical-coordinate representation of color #6122FE: hue angle of 257.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6122FE is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 34 | 254 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.00 |
| HSL | 257.18º | 0.99% | 0.56% | - |
| HSV(B) | 257.18º | 0.87% | 1% | - |
| XYZ | 23.39 | 10.84 | 94.63 | - |
| YUV | 77.92 | 227.37 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 254 | 0.62 | 0.87 | 0 | 0.00 | 257.18 | 0.99 | 0.56 |
| Hex | 61 | 22 | FE | 3E | 57 | 0 | 0 | 101 | 63 | 38 |
| Octal | 141 | 42 | 376 | 76 | 127 | 0 | 0 | 401 | 143 | 70 |
| Binary | 1100001 | 100010 | 11111110 | 111110 | 1010111 | 0 | 0 | 100000001 | 1100011 | 111000 |
Color Harmonies of #6122FE
Complementary color
Monochromatic Colors of #6122FE
Black with #6122FE
Text Example
Text Example
White with #6122FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6122FE; }
p { color: rgb(97,34,254); }
H1.HeaderClassName
{
color: #6122FE;
}
.AnyTagClassName
{
color: #6122FE;
}
</style>
background-color css
<style>
a { background-color: #6122FE; }
a { background-color: rgb(97,34,254); }
div.DivClassName
{
background-color: #6122FE;
}
.BgClassName
{
background-color: #6122FE;
}
</style>
border-color css
<style>
span { border-color: #6122FE; }
span { border-color: rgb(97,34,254); }
td.TdClassName
{
border-color: #6122FE;
}
.TagClassName
{
border-color: #6122FE;
}
</style>