Shades of Han Purple #4827EF
Tints of Han Purple #4827EF
RGB
CMYK
RGB Variations
Color information
#4827EF (or 0x4827EF) is known color: Han Purple. HEX triplet: 48, 27 and EF. RGB value is (72,39,239). Sum of RGB (Red+Green+Blue) = 72+39+239=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #4827EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4827EF is #B7D810. Grayscale: #464646. Windows color (decimal): -12048401 or 15673160. OLE color: 15673160.
HSL color Cylindrical-coordinate representation of color #4827EF: hue angle of 249.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4827EF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 39 | 239 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.06 |
| HSL | 249.9º | 0.86% | 0.55% | - |
| HSV(B) | 249.9º | 0.84% | 0.94% | - |
| XYZ | 18.98 | 9.06 | 82.41 | - |
| YUV | 71.67 | 222.43 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 239 | 0.70 | 0.84 | 0 | 0.06 | 249.9 | 0.86 | 0.55 |
| Hex | 48 | 27 | EF | 46 | 54 | 0 | 6 | FA | 56 | 37 |
| Octal | 110 | 47 | 357 | 106 | 124 | 0 | 6 | 372 | 126 | 67 |
| Binary | 1001000 | 100111 | 11101111 | 1000110 | 1010100 | 0 | 110 | 11111010 | 1010110 | 110111 |
Color Harmonies of #4827EF
Complementary color
Monochromatic Colors of #4827EF
Black with #4827EF
Text Example
Text Example
White with #4827EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4827EF; }
p { color: rgb(72,39,239); }
H1.HeaderClassName
{
color: #4827EF;
}
.AnyTagClassName
{
color: #4827EF;
}
</style>
background-color css
<style>
a { background-color: #4827EF; }
a { background-color: rgb(72,39,239); }
div.DivClassName
{
background-color: #4827EF;
}
.BgClassName
{
background-color: #4827EF;
}
</style>
border-color css
<style>
span { border-color: #4827EF; }
span { border-color: rgb(72,39,239); }
td.TdClassName
{
border-color: #4827EF;
}
.TagClassName
{
border-color: #4827EF;
}
</style>