Shades of Han Purple #6123FA
Tints of Han Purple #6123FA
RGB
CMYK
RGB Variations
Color information
#6123FA (or 0x6123FA) is known color: Han Purple. HEX triplet: 61, 23 and FA. RGB value is (97,35,250). Sum of RGB (Red+Green+Blue) = 97+35+250=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #6123FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6123FA is #9EDC05. Grayscale: #4D4D4D. Windows color (decimal): -10411014 or 16393057. OLE color: 16393057.
HSL color Cylindrical-coordinate representation of color #6123FA: hue angle of 257.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6123FA is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 35 | 250 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.02 |
| HSL | 257.3º | 0.96% | 0.56% | - |
| HSV(B) | 257.3º | 0.86% | 0.98% | - |
| XYZ | 22.79 | 10.65 | 91.3 | - |
| YUV | 78.05 | 225.04 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 250 | 0.61 | 0.86 | 0 | 0.02 | 257.3 | 0.96 | 0.56 |
| Hex | 61 | 23 | FA | 3D | 56 | 0 | 2 | 101 | 60 | 38 |
| Octal | 141 | 43 | 372 | 75 | 126 | 0 | 2 | 401 | 140 | 70 |
| Binary | 1100001 | 100011 | 11111010 | 111101 | 1010110 | 0 | 10 | 100000001 | 1100000 | 111000 |
Color Harmonies of #6123FA
Complementary color
Monochromatic Colors of #6123FA
Black with #6123FA
Text Example
Text Example
White with #6123FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123FA; }
p { color: rgb(97,35,250); }
H1.HeaderClassName
{
color: #6123FA;
}
.AnyTagClassName
{
color: #6123FA;
}
</style>
background-color css
<style>
a { background-color: #6123FA; }
a { background-color: rgb(97,35,250); }
div.DivClassName
{
background-color: #6123FA;
}
.BgClassName
{
background-color: #6123FA;
}
</style>
border-color css
<style>
span { border-color: #6123FA; }
span { border-color: rgb(97,35,250); }
td.TdClassName
{
border-color: #6123FA;
}
.TagClassName
{
border-color: #6123FA;
}
</style>