Shades of Han Purple #5125FC
Tints of Han Purple #5125FC
RGB
CMYK
RGB Variations
Color information
#5125FC (or 0x5125FC) is known color: Han Purple. HEX triplet: 51, 25 and FC. RGB value is (81,37,252). Sum of RGB (Red+Green+Blue) = 81+37+252=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #5125FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5125FC is #AEDA03. Grayscale: #494949. Windows color (decimal): -11459076 or 16524625. OLE color: 16524625.
HSL color Cylindrical-coordinate representation of color #5125FC: hue angle of 252.28º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5125FC is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 37 | 252 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.01 |
| HSL | 252.28º | 0.97% | 0.57% | - |
| HSV(B) | 252.28º | 0.85% | 0.99% | - |
| XYZ | 21.63 | 10.1 | 92.91 | - |
| YUV | 74.67 | 228.08 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 252 | 0.68 | 0.85 | 0 | 0.01 | 252.28 | 0.97 | 0.57 |
| Hex | 51 | 25 | FC | 44 | 55 | 0 | 1 | FC | 61 | 39 |
| Octal | 121 | 45 | 374 | 104 | 125 | 0 | 1 | 374 | 141 | 71 |
| Binary | 1010001 | 100101 | 11111100 | 1000100 | 1010101 | 0 | 1 | 11111100 | 1100001 | 111001 |
Color Harmonies of #5125FC
Complementary color
Monochromatic Colors of #5125FC
Black with #5125FC
Text Example
Text Example
White with #5125FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5125FC; }
p { color: rgb(81,37,252); }
H1.HeaderClassName
{
color: #5125FC;
}
.AnyTagClassName
{
color: #5125FC;
}
</style>
background-color css
<style>
a { background-color: #5125FC; }
a { background-color: rgb(81,37,252); }
div.DivClassName
{
background-color: #5125FC;
}
.BgClassName
{
background-color: #5125FC;
}
</style>
border-color css
<style>
span { border-color: #5125FC; }
span { border-color: rgb(81,37,252); }
td.TdClassName
{
border-color: #5125FC;
}
.TagClassName
{
border-color: #5125FC;
}
</style>