Shades of Han Purple #6123FF
Tints of Han Purple #6123FF
RGB
CMYK
RGB Variations
Color information
#6123FF (or 0x6123FF) is known color: Han Purple. HEX triplet: 61, 23 and FF. RGB value is (97,35,255). Sum of RGB (Red+Green+Blue) = 97+35+255=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #6123FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6123FF is #9EDC00. Grayscale: #4D4D4D. Windows color (decimal): -10411009 or 16720737. OLE color: 16720737.
HSL color Cylindrical-coordinate representation of color #6123FF: hue angle of 256.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6123FF is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 35 | 255 | - |
| CMYK | 0.62 | 0.86 | 0 | 0 |
| HSL | 256.91º | 1% | 0.57% | - |
| HSV(B) | 256.91º | 0.86% | 1% | - |
| XYZ | 23.58 | 10.96 | 95.48 | - |
| YUV | 78.62 | 227.54 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 255 | 0.62 | 0.86 | 0 | 0 | 256.91 | 1 | 0.57 |
| Hex | 61 | 23 | FF | 3E | 56 | 0 | 0 | 101 | 64 | 39 |
| Octal | 141 | 43 | 377 | 76 | 126 | 0 | 0 | 401 | 144 | 71 |
| Binary | 1100001 | 100011 | 11111111 | 111110 | 1010110 | 0 | 0 | 100000001 | 1100100 | 111001 |
Color Harmonies of #6123FF
Complementary color
Monochromatic Colors of #6123FF
Black with #6123FF
Text Example
Text Example
White with #6123FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123FF; }
p { color: rgb(97,35,255); }
H1.HeaderClassName
{
color: #6123FF;
}
.AnyTagClassName
{
color: #6123FF;
}
</style>
background-color css
<style>
a { background-color: #6123FF; }
a { background-color: rgb(97,35,255); }
div.DivClassName
{
background-color: #6123FF;
}
.BgClassName
{
background-color: #6123FF;
}
</style>
border-color css
<style>
span { border-color: #6123FF; }
span { border-color: rgb(97,35,255); }
td.TdClassName
{
border-color: #6123FF;
}
.TagClassName
{
border-color: #6123FF;
}
</style>