Shades of Han Purple #6127FE
Tints of Han Purple #6127FE
RGB
CMYK
RGB Variations
Color information
#6127FE (or 0x6127FE) is known color: Han Purple. HEX triplet: 61, 27 and FE. RGB value is (97,39,254). Sum of RGB (Red+Green+Blue) = 97+39+254=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #6127FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6127FE is #9ED801. Grayscale: #505050. Windows color (decimal): -10409986 or 16656225. OLE color: 16656225.
HSL color Cylindrical-coordinate representation of color #6127FE: hue angle of 256.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6127FE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 39 | 254 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.00 |
| HSL | 256.19º | 0.99% | 0.57% | - |
| HSV(B) | 256.19º | 0.85% | 1% | - |
| XYZ | 23.54 | 11.15 | 94.68 | - |
| YUV | 80.85 | 225.72 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 254 | 0.62 | 0.85 | 0 | 0.00 | 256.19 | 0.99 | 0.57 |
| Hex | 61 | 27 | FE | 3E | 55 | 0 | 0 | 100 | 63 | 39 |
| Octal | 141 | 47 | 376 | 76 | 125 | 0 | 0 | 400 | 143 | 71 |
| Binary | 1100001 | 100111 | 11111110 | 111110 | 1010101 | 0 | 0 | 100000000 | 1100011 | 111001 |
Color Harmonies of #6127FE
Complementary color
Monochromatic Colors of #6127FE
Black with #6127FE
Text Example
Text Example
White with #6127FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127FE; }
p { color: rgb(97,39,254); }
H1.HeaderClassName
{
color: #6127FE;
}
.AnyTagClassName
{
color: #6127FE;
}
</style>
background-color css
<style>
a { background-color: #6127FE; }
a { background-color: rgb(97,39,254); }
div.DivClassName
{
background-color: #6127FE;
}
.BgClassName
{
background-color: #6127FE;
}
</style>
border-color css
<style>
span { border-color: #6127FE; }
span { border-color: rgb(97,39,254); }
td.TdClassName
{
border-color: #6127FE;
}
.TagClassName
{
border-color: #6127FE;
}
</style>