Shades of Han Purple #6121FA
Tints of Han Purple #6121FA
RGB
CMYK
RGB Variations
Color information
#6121FA (or 0x6121FA) is known color: Han Purple. HEX triplet: 61, 21 and FA. RGB value is (97,33,250). Sum of RGB (Red+Green+Blue) = 97+33+250=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #6121FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121FA is #9EDE05. Grayscale: #4C4C4C. Windows color (decimal): -10411526 or 16392545. OLE color: 16392545.
HSL color Cylindrical-coordinate representation of color #6121FA: hue angle of 257.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6121FA is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 33 | 250 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.02 |
| HSL | 257.7º | 0.96% | 0.55% | - |
| HSV(B) | 257.7º | 0.87% | 0.98% | - |
| XYZ | 22.73 | 10.53 | 91.28 | - |
| YUV | 76.87 | 225.7 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 250 | 0.61 | 0.87 | 0 | 0.02 | 257.7 | 0.96 | 0.55 |
| Hex | 61 | 21 | FA | 3D | 57 | 0 | 2 | 102 | 60 | 37 |
| Octal | 141 | 41 | 372 | 75 | 127 | 0 | 2 | 402 | 140 | 67 |
| Binary | 1100001 | 100001 | 11111010 | 111101 | 1010111 | 0 | 10 | 100000010 | 1100000 | 110111 |
Color Harmonies of #6121FA
Complementary color
Monochromatic Colors of #6121FA
Black with #6121FA
Text Example
Text Example
White with #6121FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121FA; }
p { color: rgb(97,33,250); }
H1.HeaderClassName
{
color: #6121FA;
}
.AnyTagClassName
{
color: #6121FA;
}
</style>
background-color css
<style>
a { background-color: #6121FA; }
a { background-color: rgb(97,33,250); }
div.DivClassName
{
background-color: #6121FA;
}
.BgClassName
{
background-color: #6121FA;
}
</style>
border-color css
<style>
span { border-color: #6121FA; }
span { border-color: rgb(97,33,250); }
td.TdClassName
{
border-color: #6121FA;
}
.TagClassName
{
border-color: #6121FA;
}
</style>