Shades of Han Purple #6121FB
Tints of Han Purple #6121FB
RGB
CMYK
RGB Variations
Color information
#6121FB (or 0x6121FB) is known color: Han Purple. HEX triplet: 61, 21 and FB. RGB value is (97,33,251). Sum of RGB (Red+Green+Blue) = 97+33+251=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #6121FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121FB is #9EDE04. Grayscale: #4C4C4C. Windows color (decimal): -10411525 or 16458081. OLE color: 16458081.
HSL color Cylindrical-coordinate representation of color #6121FB: hue angle of 257.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6121FB is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 33 | 251 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.02 |
| HSL | 257.61º | 0.96% | 0.56% | - |
| HSV(B) | 257.61º | 0.87% | 0.98% | - |
| XYZ | 22.89 | 10.59 | 92.11 | - |
| YUV | 76.99 | 226.2 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 251 | 0.61 | 0.87 | 0 | 0.02 | 257.61 | 0.96 | 0.56 |
| Hex | 61 | 21 | FB | 3D | 57 | 0 | 2 | 102 | 60 | 38 |
| Octal | 141 | 41 | 373 | 75 | 127 | 0 | 2 | 402 | 140 | 70 |
| Binary | 1100001 | 100001 | 11111011 | 111101 | 1010111 | 0 | 10 | 100000010 | 1100000 | 111000 |
Color Harmonies of #6121FB
Complementary color
Monochromatic Colors of #6121FB
Black with #6121FB
Text Example
Text Example
White with #6121FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121FB; }
p { color: rgb(97,33,251); }
H1.HeaderClassName
{
color: #6121FB;
}
.AnyTagClassName
{
color: #6121FB;
}
</style>
background-color css
<style>
a { background-color: #6121FB; }
a { background-color: rgb(97,33,251); }
div.DivClassName
{
background-color: #6121FB;
}
.BgClassName
{
background-color: #6121FB;
}
</style>
border-color css
<style>
span { border-color: #6121FB; }
span { border-color: rgb(97,33,251); }
td.TdClassName
{
border-color: #6121FB;
}
.TagClassName
{
border-color: #6121FB;
}
</style>