Shades of Han Purple #7025FF
Tints of Han Purple #7025FF
RGB
CMYK
RGB Variations
Color information
#7025FF (or 0x7025FF) is known color: Han Purple. HEX triplet: 70, 25 and FF. RGB value is (112,37,255). Sum of RGB (Red+Green+Blue) = 112+37+255=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #7025FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7025FF is #8FDA00. Grayscale: #535353. Windows color (decimal): -9427457 or 16721264. OLE color: 16721264.
HSL color Cylindrical-coordinate representation of color #7025FF: hue angle of 260.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7025FF is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 37 | 255 | - |
| CMYK | 0.56 | 0.85 | 0 | 0 |
| HSL | 260.64º | 1% | 0.57% | - |
| HSV(B) | 260.64º | 0.85% | 1% | - |
| XYZ | 25.39 | 11.99 | 95.58 | - |
| YUV | 84.28 | 224.35 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 255 | 0.56 | 0.85 | 0 | 0 | 260.64 | 1 | 0.57 |
| Hex | 70 | 25 | FF | 38 | 55 | 0 | 0 | 105 | 64 | 39 |
| Octal | 160 | 45 | 377 | 70 | 125 | 0 | 0 | 405 | 144 | 71 |
| Binary | 1110000 | 100101 | 11111111 | 111000 | 1010101 | 0 | 0 | 100000101 | 1100100 | 111001 |
Color Harmonies of #7025FF
Complementary color
Monochromatic Colors of #7025FF
Black with #7025FF
Text Example
Text Example
White with #7025FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7025FF; }
p { color: rgb(112,37,255); }
H1.HeaderClassName
{
color: #7025FF;
}
.AnyTagClassName
{
color: #7025FF;
}
</style>
background-color css
<style>
a { background-color: #7025FF; }
a { background-color: rgb(112,37,255); }
div.DivClassName
{
background-color: #7025FF;
}
.BgClassName
{
background-color: #7025FF;
}
</style>
border-color css
<style>
span { border-color: #7025FF; }
span { border-color: rgb(112,37,255); }
td.TdClassName
{
border-color: #7025FF;
}
.TagClassName
{
border-color: #7025FF;
}
</style>