Shades of Han Purple #5025F0
Tints of Han Purple #5025F0
RGB
CMYK
RGB Variations
Color information
#5025F0 (or 0x5025F0) is known color: Han Purple. HEX triplet: 50, 25 and F0. RGB value is (80,37,240). Sum of RGB (Red+Green+Blue) = 80+37+240=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 240 (94.14% from 255 or 67.23% from 357); Max value from RGB is 240 - color contains mainly: blue. Hex color #5025F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5025F0 is #AFDA0F. Grayscale: #484848. Windows color (decimal): -11524624 or 15738192. OLE color: 15738192.
HSL color Cylindrical-coordinate representation of color #5025F0: hue angle of 252.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5025F0 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 37 | 240 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.06 |
| HSL | 252.71º | 0.87% | 0.54% | - |
| HSV(B) | 252.71º | 0.85% | 0.94% | - |
| XYZ | 19.7 | 9.32 | 83.2 | - |
| YUV | 73 | 222.25 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 240 | 0.67 | 0.85 | 0 | 0.06 | 252.71 | 0.87 | 0.54 |
| Hex | 50 | 25 | F0 | 43 | 55 | 0 | 6 | FD | 57 | 36 |
| Octal | 120 | 45 | 360 | 103 | 125 | 0 | 6 | 375 | 127 | 66 |
| Binary | 1010000 | 100101 | 11110000 | 1000011 | 1010101 | 0 | 110 | 11111101 | 1010111 | 110110 |
Color Harmonies of #5025F0
Complementary color
Monochromatic Colors of #5025F0
Black with #5025F0
Text Example
Text Example
White with #5025F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5025F0; }
p { color: rgb(80,37,240); }
H1.HeaderClassName
{
color: #5025F0;
}
.AnyTagClassName
{
color: #5025F0;
}
</style>
background-color css
<style>
a { background-color: #5025F0; }
a { background-color: rgb(80,37,240); }
div.DivClassName
{
background-color: #5025F0;
}
.BgClassName
{
background-color: #5025F0;
}
</style>
border-color css
<style>
span { border-color: #5025F0; }
span { border-color: rgb(80,37,240); }
td.TdClassName
{
border-color: #5025F0;
}
.TagClassName
{
border-color: #5025F0;
}
</style>