Shades of Han Purple #4826D7
Tints of Han Purple #4826D7
RGB
CMYK
RGB Variations
Color information
#4826D7 (or 0x4826D7) is known color: Han Purple. HEX triplet: 48, 26 and D7. RGB value is (72,38,215). Sum of RGB (Red+Green+Blue) = 72+38+215=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #4826D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4826D7 is #B7D928. Grayscale: #434343. Windows color (decimal): -12048681 or 14100040. OLE color: 14100040.
HSL color Cylindrical-coordinate representation of color #4826D7: hue angle of 251.53º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4826D7 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 38 | 215 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.16 |
| HSL | 251.53º | 0.7% | 0.5% | - |
| HSV(B) | 251.53º | 0.82% | 0.84% | - |
| XYZ | 15.63 | 7.67 | 64.95 | - |
| YUV | 68.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 215 | 0.67 | 0.82 | 0 | 0.16 | 251.53 | 0.7 | 0.5 |
| Hex | 48 | 26 | D7 | 43 | 52 | 0 | 10 | FC | 46 | 32 |
| Octal | 110 | 46 | 327 | 103 | 122 | 0 | 20 | 374 | 106 | 62 |
| Binary | 1001000 | 100110 | 11010111 | 1000011 | 1010010 | 0 | 10000 | 11111100 | 1000110 | 110010 |
Color Harmonies of #4826D7
Complementary color
Monochromatic Colors of #4826D7
Black with #4826D7
Text Example
Text Example
White with #4826D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4826D7; }
p { color: rgb(72,38,215); }
H1.HeaderClassName
{
color: #4826D7;
}
.AnyTagClassName
{
color: #4826D7;
}
</style>
background-color css
<style>
a { background-color: #4826D7; }
a { background-color: rgb(72,38,215); }
div.DivClassName
{
background-color: #4826D7;
}
.BgClassName
{
background-color: #4826D7;
}
</style>
border-color css
<style>
span { border-color: #4826D7; }
span { border-color: rgb(72,38,215); }
td.TdClassName
{
border-color: #4826D7;
}
.TagClassName
{
border-color: #4826D7;
}
</style>