Shades of Han Purple #6125FA
Tints of Han Purple #6125FA
RGB
CMYK
RGB Variations
Color information
#6125FA (or 0x6125FA) is known color: Han Purple. HEX triplet: 61, 25 and FA. RGB value is (97,37,250). Sum of RGB (Red+Green+Blue) = 97+37+250=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #6125FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6125FA is #9EDA05. Grayscale: #4E4E4E. Windows color (decimal): -10410502 or 16393569. OLE color: 16393569.
HSL color Cylindrical-coordinate representation of color #6125FA: hue angle of 256.9º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6125FA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 37 | 250 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.02 |
| HSL | 256.9º | 0.96% | 0.56% | - |
| HSV(B) | 256.9º | 0.85% | 0.98% | - |
| XYZ | 22.85 | 10.77 | 91.32 | - |
| YUV | 79.22 | 224.38 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 250 | 0.61 | 0.85 | 0 | 0.02 | 256.9 | 0.96 | 0.56 |
| Hex | 61 | 25 | FA | 3D | 55 | 0 | 2 | 101 | 60 | 38 |
| Octal | 141 | 45 | 372 | 75 | 125 | 0 | 2 | 401 | 140 | 70 |
| Binary | 1100001 | 100101 | 11111010 | 111101 | 1010101 | 0 | 10 | 100000001 | 1100000 | 111000 |
Color Harmonies of #6125FA
Complementary color
Monochromatic Colors of #6125FA
Black with #6125FA
Text Example
Text Example
White with #6125FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6125FA; }
p { color: rgb(97,37,250); }
H1.HeaderClassName
{
color: #6125FA;
}
.AnyTagClassName
{
color: #6125FA;
}
</style>
background-color css
<style>
a { background-color: #6125FA; }
a { background-color: rgb(97,37,250); }
div.DivClassName
{
background-color: #6125FA;
}
.BgClassName
{
background-color: #6125FA;
}
</style>
border-color css
<style>
span { border-color: #6125FA; }
span { border-color: rgb(97,37,250); }
td.TdClassName
{
border-color: #6125FA;
}
.TagClassName
{
border-color: #6125FA;
}
</style>