Shades of Han Purple #4726D8
Tints of Han Purple #4726D8
RGB
CMYK
RGB Variations
Color information
#4726D8 (or 0x4726D8) is known color: Han Purple. HEX triplet: 47, 26 and D8. RGB value is (71,38,216). Sum of RGB (Red+Green+Blue) = 71+38+216=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #4726D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4726D8 is #B8D927. Grayscale: #434343. Windows color (decimal): -12114216 or 14165575. OLE color: 14165575.
HSL color Cylindrical-coordinate representation of color #4726D8: hue angle of 251.12º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4726D8 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 38 | 216 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.15 |
| HSL | 251.12º | 0.7% | 0.5% | - |
| HSV(B) | 251.12º | 0.82% | 0.85% | - |
| XYZ | 15.69 | 7.68 | 65.62 | - |
| YUV | 68.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 216 | 0.67 | 0.82 | 0 | 0.15 | 251.12 | 0.7 | 0.5 |
| Hex | 47 | 26 | D8 | 43 | 52 | 0 | F | FB | 46 | 32 |
| Octal | 107 | 46 | 330 | 103 | 122 | 0 | 17 | 373 | 106 | 62 |
| Binary | 1000111 | 100110 | 11011000 | 1000011 | 1010010 | 0 | 1111 | 11111011 | 1000110 | 110010 |
Color Harmonies of #4726D8
Complementary color
Monochromatic Colors of #4726D8
Black with #4726D8
Text Example
Text Example
White with #4726D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4726D8; }
p { color: rgb(71,38,216); }
H1.HeaderClassName
{
color: #4726D8;
}
.AnyTagClassName
{
color: #4726D8;
}
</style>
background-color css
<style>
a { background-color: #4726D8; }
a { background-color: rgb(71,38,216); }
div.DivClassName
{
background-color: #4726D8;
}
.BgClassName
{
background-color: #4726D8;
}
</style>
border-color css
<style>
span { border-color: #4726D8; }
span { border-color: rgb(71,38,216); }
td.TdClassName
{
border-color: #4726D8;
}
.TagClassName
{
border-color: #4726D8;
}
</style>