Shades of Han Purple #4825DA
Tints of Han Purple #4825DA
RGB
CMYK
RGB Variations
Color information
#4825DA (or 0x4825DA) is known color: Han Purple. HEX triplet: 48, 25 and DA. RGB value is (72,37,218). Sum of RGB (Red+Green+Blue) = 72+37+218=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #4825DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4825DA is #B7DA25. Grayscale: #434343. Windows color (decimal): -12048934 or 14296392. OLE color: 14296392.
HSL color Cylindrical-coordinate representation of color #4825DA: hue angle of 251.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4825DA is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 37 | 218 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.15 |
| HSL | 251.6º | 0.71% | 0.5% | - |
| HSV(B) | 251.6º | 0.83% | 0.85% | - |
| XYZ | 15.99 | 7.76 | 66.99 | - |
| YUV | 68.1 | 212.6 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 218 | 0.67 | 0.83 | 0 | 0.15 | 251.6 | 0.71 | 0.5 |
| Hex | 48 | 25 | DA | 43 | 53 | 0 | F | FC | 47 | 32 |
| Octal | 110 | 45 | 332 | 103 | 123 | 0 | 17 | 374 | 107 | 62 |
| Binary | 1001000 | 100101 | 11011010 | 1000011 | 1010011 | 0 | 1111 | 11111100 | 1000111 | 110010 |
Color Harmonies of #4825DA
Complementary color
Monochromatic Colors of #4825DA
Black with #4825DA
Text Example
Text Example
White with #4825DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4825DA; }
p { color: rgb(72,37,218); }
H1.HeaderClassName
{
color: #4825DA;
}
.AnyTagClassName
{
color: #4825DA;
}
</style>
background-color css
<style>
a { background-color: #4825DA; }
a { background-color: rgb(72,37,218); }
div.DivClassName
{
background-color: #4825DA;
}
.BgClassName
{
background-color: #4825DA;
}
</style>
border-color css
<style>
span { border-color: #4825DA; }
span { border-color: rgb(72,37,218); }
td.TdClassName
{
border-color: #4825DA;
}
.TagClassName
{
border-color: #4825DA;
}
</style>