Shades of Han Purple #7121FF
Tints of Han Purple #7121FF
RGB
CMYK
RGB Variations
Color information
#7121FF (or 0x7121FF) is known color: Han Purple. HEX triplet: 71, 21 and FF. RGB value is (113,33,255). Sum of RGB (Red+Green+Blue) = 113+33+255=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #7121FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121FF is #8EDE00. Grayscale: #515151. Windows color (decimal): -9362945 or 16720241. OLE color: 16720241.
HSL color Cylindrical-coordinate representation of color #7121FF: hue angle of 261.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7121FF is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 33 | 255 | - |
| CMYK | 0.56 | 0.87 | 0 | 0 |
| HSL | 261.62º | 1% | 0.56% | - |
| HSV(B) | 261.62º | 0.87% | 1% | - |
| XYZ | 25.4 | 11.82 | 95.55 | - |
| YUV | 82.23 | 225.5 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 255 | 0.56 | 0.87 | 0 | 0 | 261.62 | 1 | 0.56 |
| Hex | 71 | 21 | FF | 38 | 57 | 0 | 0 | 106 | 64 | 38 |
| Octal | 161 | 41 | 377 | 70 | 127 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110001 | 100001 | 11111111 | 111000 | 1010111 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #7121FF
Complementary color
Monochromatic Colors of #7121FF
Black with #7121FF
Text Example
Text Example
White with #7121FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7121FF; }
p { color: rgb(113,33,255); }
H1.HeaderClassName
{
color: #7121FF;
}
.AnyTagClassName
{
color: #7121FF;
}
</style>
background-color css
<style>
a { background-color: #7121FF; }
a { background-color: rgb(113,33,255); }
div.DivClassName
{
background-color: #7121FF;
}
.BgClassName
{
background-color: #7121FF;
}
</style>
border-color css
<style>
span { border-color: #7121FF; }
span { border-color: rgb(113,33,255); }
td.TdClassName
{
border-color: #7121FF;
}
.TagClassName
{
border-color: #7121FF;
}
</style>