Shades of Han Purple #4825E7
Tints of Han Purple #4825E7
RGB
CMYK
RGB Variations
Color information
#4825E7 (or 0x4825E7) is known color: Han Purple. HEX triplet: 48, 25 and E7. RGB value is (72,37,231). Sum of RGB (Red+Green+Blue) = 72+37+231=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #4825E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4825E7 is #B7DA18. Grayscale: #444444. Windows color (decimal): -12048921 or 15148360. OLE color: 15148360.
HSL color Cylindrical-coordinate representation of color #4825E7: hue angle of 250.82º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4825E7 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 37 | 231 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.09 |
| HSL | 250.82º | 0.8% | 0.53% | - |
| HSV(B) | 250.82º | 0.84% | 0.91% | - |
| XYZ | 17.76 | 8.47 | 76.3 | - |
| YUV | 69.58 | 219.1 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 231 | 0.69 | 0.84 | 0 | 0.09 | 250.82 | 0.8 | 0.53 |
| Hex | 48 | 25 | E7 | 45 | 54 | 0 | 9 | FB | 50 | 35 |
| Octal | 110 | 45 | 347 | 105 | 124 | 0 | 11 | 373 | 120 | 65 |
| Binary | 1001000 | 100101 | 11100111 | 1000101 | 1010100 | 0 | 1001 | 11111011 | 1010000 | 110101 |
Color Harmonies of #4825E7
Complementary color
Monochromatic Colors of #4825E7
Black with #4825E7
Text Example
Text Example
White with #4825E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4825E7; }
p { color: rgb(72,37,231); }
H1.HeaderClassName
{
color: #4825E7;
}
.AnyTagClassName
{
color: #4825E7;
}
</style>
background-color css
<style>
a { background-color: #4825E7; }
a { background-color: rgb(72,37,231); }
div.DivClassName
{
background-color: #4825E7;
}
.BgClassName
{
background-color: #4825E7;
}
</style>
border-color css
<style>
span { border-color: #4825E7; }
span { border-color: rgb(72,37,231); }
td.TdClassName
{
border-color: #4825E7;
}
.TagClassName
{
border-color: #4825E7;
}
</style>