Shades of Han Purple #4725DA
Tints of Han Purple #4725DA
RGB
CMYK
RGB Variations
Color information
#4725DA (or 0x4725DA) is known color: Han Purple. HEX triplet: 47, 25 and DA. RGB value is (71,37,218). Sum of RGB (Red+Green+Blue) = 71+37+218=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #4725DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4725DA is #B8DA25. Grayscale: #434343. Windows color (decimal): -12114470 or 14296391. OLE color: 14296391.
HSL color Cylindrical-coordinate representation of color #4725DA: hue angle of 251.27º 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 #4725DA is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 37 | 218 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.15 |
| HSL | 251.27º | 0.71% | 0.5% | - |
| HSV(B) | 251.27º | 0.83% | 0.85% | - |
| XYZ | 15.91 | 7.72 | 66.98 | - |
| YUV | 67.8 | 212.76 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 218 | 0.67 | 0.83 | 0 | 0.15 | 251.27 | 0.71 | 0.5 |
| Hex | 47 | 25 | DA | 43 | 53 | 0 | F | FB | 47 | 32 |
| Octal | 107 | 45 | 332 | 103 | 123 | 0 | 17 | 373 | 107 | 62 |
| Binary | 1000111 | 100101 | 11011010 | 1000011 | 1010011 | 0 | 1111 | 11111011 | 1000111 | 110010 |
Color Harmonies of #4725DA
Complementary color
Monochromatic Colors of #4725DA
Black with #4725DA
Text Example
Text Example
White with #4725DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4725DA; }
p { color: rgb(71,37,218); }
H1.HeaderClassName
{
color: #4725DA;
}
.AnyTagClassName
{
color: #4725DA;
}
</style>
background-color css
<style>
a { background-color: #4725DA; }
a { background-color: rgb(71,37,218); }
div.DivClassName
{
background-color: #4725DA;
}
.BgClassName
{
background-color: #4725DA;
}
</style>
border-color css
<style>
span { border-color: #4725DA; }
span { border-color: rgb(71,37,218); }
td.TdClassName
{
border-color: #4725DA;
}
.TagClassName
{
border-color: #4725DA;
}
</style>