Shades of Han Purple #6123FE
Tints of Han Purple #6123FE
RGB
CMYK
RGB Variations
Color information
#6123FE (or 0x6123FE) is known color: Han Purple. HEX triplet: 61, 23 and FE. RGB value is (97,35,254). Sum of RGB (Red+Green+Blue) = 97+35+254=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #6123FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6123FE is #9EDC01. Grayscale: #4D4D4D. Windows color (decimal): -10411010 or 16655201. OLE color: 16655201.
HSL color Cylindrical-coordinate representation of color #6123FE: hue angle of 256.99º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6123FE is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 35 | 254 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.00 |
| HSL | 256.99º | 0.99% | 0.57% | - |
| HSV(B) | 256.99º | 0.86% | 1% | - |
| XYZ | 23.42 | 10.9 | 94.64 | - |
| YUV | 78.5 | 227.04 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 254 | 0.62 | 0.86 | 0 | 0.00 | 256.99 | 0.99 | 0.57 |
| Hex | 61 | 23 | FE | 3E | 56 | 0 | 0 | 101 | 63 | 39 |
| Octal | 141 | 43 | 376 | 76 | 126 | 0 | 0 | 401 | 143 | 71 |
| Binary | 1100001 | 100011 | 11111110 | 111110 | 1010110 | 0 | 0 | 100000001 | 1100011 | 111001 |
Color Harmonies of #6123FE
Complementary color
Monochromatic Colors of #6123FE
Black with #6123FE
Text Example
Text Example
White with #6123FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123FE; }
p { color: rgb(97,35,254); }
H1.HeaderClassName
{
color: #6123FE;
}
.AnyTagClassName
{
color: #6123FE;
}
</style>
background-color css
<style>
a { background-color: #6123FE; }
a { background-color: rgb(97,35,254); }
div.DivClassName
{
background-color: #6123FE;
}
.BgClassName
{
background-color: #6123FE;
}
</style>
border-color css
<style>
span { border-color: #6123FE; }
span { border-color: rgb(97,35,254); }
td.TdClassName
{
border-color: #6123FE;
}
.TagClassName
{
border-color: #6123FE;
}
</style>