Shades of Han Purple #5226DB
Tints of Han Purple #5226DB
RGB
CMYK
RGB Variations
Color information
#5226DB (or 0x5226DB) is known color: Han Purple. HEX triplet: 52, 26 and DB. RGB value is (82,38,219). Sum of RGB (Red+Green+Blue) = 82+38+219=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #5226DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5226DB is #ADD924. Grayscale: #474747. Windows color (decimal): -11393317 or 14362194. OLE color: 14362194.
HSL color Cylindrical-coordinate representation of color #5226DB: hue angle of 254.59º 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 #5226DB is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 38 | 219 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.14 |
| HSL | 254.59º | 0.72% | 0.5% | - |
| HSV(B) | 254.59º | 0.83% | 0.86% | - |
| XYZ | 16.96 | 8.29 | 67.73 | - |
| YUV | 71.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 219 | 0.63 | 0.83 | 0 | 0.14 | 254.59 | 0.72 | 0.5 |
| Hex | 52 | 26 | DB | 3F | 53 | 0 | E | FF | 48 | 32 |
| Octal | 122 | 46 | 333 | 77 | 123 | 0 | 16 | 377 | 110 | 62 |
| Binary | 1010010 | 100110 | 11011011 | 111111 | 1010011 | 0 | 1110 | 11111111 | 1001000 | 110010 |
Color Harmonies of #5226DB
Complementary color
Monochromatic Colors of #5226DB
Black with #5226DB
Text Example
Text Example
White with #5226DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5226DB; }
p { color: rgb(82,38,219); }
H1.HeaderClassName
{
color: #5226DB;
}
.AnyTagClassName
{
color: #5226DB;
}
</style>
background-color css
<style>
a { background-color: #5226DB; }
a { background-color: rgb(82,38,219); }
div.DivClassName
{
background-color: #5226DB;
}
.BgClassName
{
background-color: #5226DB;
}
</style>
border-color css
<style>
span { border-color: #5226DB; }
span { border-color: rgb(82,38,219); }
td.TdClassName
{
border-color: #5226DB;
}
.TagClassName
{
border-color: #5226DB;
}
</style>