Shades of Han Purple #6022FE
Tints of Han Purple #6022FE
RGB
CMYK
RGB Variations
Color information
#6022FE (or 0x6022FE) is known color: Han Purple. HEX triplet: 60, 22 and FE. RGB value is (96,34,254). Sum of RGB (Red+Green+Blue) = 96+34+254=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #6022FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6022FE is #9FDD01. Grayscale: #4C4C4C. Windows color (decimal): -10476802 or 16654944. OLE color: 16654944.
HSL color Cylindrical-coordinate representation of color #6022FE: hue angle of 256.91º 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 #6022FE is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 34 | 254 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.00 |
| HSL | 256.91º | 0.99% | 0.56% | - |
| HSV(B) | 256.91º | 0.87% | 1% | - |
| XYZ | 23.29 | 10.79 | 94.62 | - |
| YUV | 77.62 | 227.54 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 254 | 0.62 | 0.87 | 0 | 0.00 | 256.91 | 0.99 | 0.56 |
| Hex | 60 | 22 | FE | 3E | 57 | 0 | 0 | 101 | 63 | 38 |
| Octal | 140 | 42 | 376 | 76 | 127 | 0 | 0 | 401 | 143 | 70 |
| Binary | 1100000 | 100010 | 11111110 | 111110 | 1010111 | 0 | 0 | 100000001 | 1100011 | 111000 |
Color Harmonies of #6022FE
Complementary color
Monochromatic Colors of #6022FE
Black with #6022FE
Text Example
Text Example
White with #6022FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6022FE; }
p { color: rgb(96,34,254); }
H1.HeaderClassName
{
color: #6022FE;
}
.AnyTagClassName
{
color: #6022FE;
}
</style>
background-color css
<style>
a { background-color: #6022FE; }
a { background-color: rgb(96,34,254); }
div.DivClassName
{
background-color: #6022FE;
}
.BgClassName
{
background-color: #6022FE;
}
</style>
border-color css
<style>
span { border-color: #6022FE; }
span { border-color: rgb(96,34,254); }
td.TdClassName
{
border-color: #6022FE;
}
.TagClassName
{
border-color: #6022FE;
}
</style>