Shades of Han Purple #4726DB
Tints of Han Purple #4726DB
RGB
CMYK
RGB Variations
Color information
#4726DB (or 0x4726DB) is known color: Han Purple. HEX triplet: 47, 26 and DB. RGB value is (71,38,219). Sum of RGB (Red+Green+Blue) = 71+38+219=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #4726DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4726DB is #B8D924. Grayscale: #434343. Windows color (decimal): -12114213 or 14362183. OLE color: 14362183.
HSL color Cylindrical-coordinate representation of color #4726DB: hue angle of 250.94º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4726DB is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 38 | 219 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.14 |
| HSL | 250.94º | 0.72% | 0.5% | - |
| HSV(B) | 250.94º | 0.83% | 0.86% | - |
| XYZ | 16.08 | 7.84 | 67.68 | - |
| YUV | 68.5 | 212.93 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 219 | 0.68 | 0.83 | 0 | 0.14 | 250.94 | 0.72 | 0.5 |
| Hex | 47 | 26 | DB | 44 | 53 | 0 | E | FB | 48 | 32 |
| Octal | 107 | 46 | 333 | 104 | 123 | 0 | 16 | 373 | 110 | 62 |
| Binary | 1000111 | 100110 | 11011011 | 1000100 | 1010011 | 0 | 1110 | 11111011 | 1001000 | 110010 |
Color Harmonies of #4726DB
Complementary color
Monochromatic Colors of #4726DB
Black with #4726DB
Text Example
Text Example
White with #4726DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4726DB; }
p { color: rgb(71,38,219); }
H1.HeaderClassName
{
color: #4726DB;
}
.AnyTagClassName
{
color: #4726DB;
}
</style>
background-color css
<style>
a { background-color: #4726DB; }
a { background-color: rgb(71,38,219); }
div.DivClassName
{
background-color: #4726DB;
}
.BgClassName
{
background-color: #4726DB;
}
</style>
border-color css
<style>
span { border-color: #4726DB; }
span { border-color: rgb(71,38,219); }
td.TdClassName
{
border-color: #4726DB;
}
.TagClassName
{
border-color: #4726DB;
}
</style>