Shades of Han Purple #4726DA
Tints of Han Purple #4726DA
RGB
CMYK
RGB Variations
Color information
#4726DA (or 0x4726DA) is known color: Han Purple. HEX triplet: 47, 26 and DA. RGB value is (71,38,218). Sum of RGB (Red+Green+Blue) = 71+38+218=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 38 (15.23% from 255 or 11.62% 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 #4726DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4726DA is #B8D925. Grayscale: #434343. Windows color (decimal): -12114214 or 14296647. OLE color: 14296647.
HSL color Cylindrical-coordinate representation of color #4726DA: hue angle of 251º 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 #4726DA is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 38 | 218 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.15 |
| HSL | 251º | 0.71% | 0.5% | - |
| HSV(B) | 251º | 0.83% | 0.85% | - |
| XYZ | 15.95 | 7.79 | 66.99 | - |
| YUV | 68.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 218 | 0.67 | 0.83 | 0 | 0.15 | 251 | 0.71 | 0.5 |
| Hex | 47 | 26 | DA | 43 | 53 | 0 | F | FB | 47 | 32 |
| Octal | 107 | 46 | 332 | 103 | 123 | 0 | 17 | 373 | 107 | 62 |
| Binary | 1000111 | 100110 | 11011010 | 1000011 | 1010011 | 0 | 1111 | 11111011 | 1000111 | 110010 |
Color Harmonies of #4726DA
Complementary color
Monochromatic Colors of #4726DA
Black with #4726DA
Text Example
Text Example
White with #4726DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4726DA; }
p { color: rgb(71,38,218); }
H1.HeaderClassName
{
color: #4726DA;
}
.AnyTagClassName
{
color: #4726DA;
}
</style>
background-color css
<style>
a { background-color: #4726DA; }
a { background-color: rgb(71,38,218); }
div.DivClassName
{
background-color: #4726DA;
}
.BgClassName
{
background-color: #4726DA;
}
</style>
border-color css
<style>
span { border-color: #4726DA; }
span { border-color: rgb(71,38,218); }
td.TdClassName
{
border-color: #4726DA;
}
.TagClassName
{
border-color: #4726DA;
}
</style>