Shades of Han Purple #5129F7
Tints of Han Purple #5129F7
RGB
CMYK
RGB Variations
Color information
#5129F7 (or 0x5129F7) is known color: Han Purple. HEX triplet: 51, 29 and F7. RGB value is (81,41,247). Sum of RGB (Red+Green+Blue) = 81+41+247=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 247 (96.88% from 255 or 66.94% from 369); Max value from RGB is 247 - color contains mainly: blue. Hex color #5129F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5129F7 is #AED608. Grayscale: #4B4B4B. Windows color (decimal): -11458057 or 16197969. OLE color: 16197969.
HSL color Cylindrical-coordinate representation of color #5129F7: hue angle of 251.65º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5129F7 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 41 | 247 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.03 |
| HSL | 251.65º | 0.93% | 0.56% | - |
| HSV(B) | 251.65º | 0.83% | 0.97% | - |
| XYZ | 20.97 | 10.05 | 88.83 | - |
| YUV | 76.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 247 | 0.67 | 0.83 | 0 | 0.03 | 251.65 | 0.93 | 0.56 |
| Hex | 51 | 29 | F7 | 43 | 53 | 0 | 3 | FC | 5D | 38 |
| Octal | 121 | 51 | 367 | 103 | 123 | 0 | 3 | 374 | 135 | 70 |
| Binary | 1010001 | 101001 | 11110111 | 1000011 | 1010011 | 0 | 11 | 11111100 | 1011101 | 111000 |
Color Harmonies of #5129F7
Complementary color
Monochromatic Colors of #5129F7
Black with #5129F7
Text Example
Text Example
White with #5129F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5129F7; }
p { color: rgb(81,41,247); }
H1.HeaderClassName
{
color: #5129F7;
}
.AnyTagClassName
{
color: #5129F7;
}
</style>
background-color css
<style>
a { background-color: #5129F7; }
a { background-color: rgb(81,41,247); }
div.DivClassName
{
background-color: #5129F7;
}
.BgClassName
{
background-color: #5129F7;
}
</style>
border-color css
<style>
span { border-color: #5129F7; }
span { border-color: rgb(81,41,247); }
td.TdClassName
{
border-color: #5129F7;
}
.TagClassName
{
border-color: #5129F7;
}
</style>