Shades of Han Purple #4827FF
Tints of Han Purple #4827FF
RGB
CMYK
RGB Variations
Color information
#4827FF (or 0x4827FF) is known color: Han Purple. HEX triplet: 48, 27 and FF. RGB value is (72,39,255). Sum of RGB (Red+Green+Blue) = 72+39+255=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #4827FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4827FF is #B7D800. Grayscale: #484848. Windows color (decimal): -12048385 or 16721736. OLE color: 16721736.
HSL color Cylindrical-coordinate representation of color #4827FF: hue angle of 249.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4827FF is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 39 | 255 | - |
| CMYK | 0.72 | 0.85 | 0 | 0 |
| HSL | 249.17º | 1% | 0.58% | - |
| HSV(B) | 249.17º | 0.85% | 1% | - |
| XYZ | 21.45 | 10.05 | 95.42 | - |
| YUV | 73.49 | 230.43 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 255 | 0.72 | 0.85 | 0 | 0 | 249.17 | 1 | 0.58 |
| Hex | 48 | 27 | FF | 48 | 55 | 0 | 0 | F9 | 64 | 3A |
| Octal | 110 | 47 | 377 | 110 | 125 | 0 | 0 | 371 | 144 | 72 |
| Binary | 1001000 | 100111 | 11111111 | 1001000 | 1010101 | 0 | 0 | 11111001 | 1100100 | 111010 |
Color Harmonies of #4827FF
Complementary color
Monochromatic Colors of #4827FF
Black with #4827FF
Text Example
Text Example
White with #4827FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4827FF; }
p { color: rgb(72,39,255); }
H1.HeaderClassName
{
color: #4827FF;
}
.AnyTagClassName
{
color: #4827FF;
}
</style>
background-color css
<style>
a { background-color: #4827FF; }
a { background-color: rgb(72,39,255); }
div.DivClassName
{
background-color: #4827FF;
}
.BgClassName
{
background-color: #4827FF;
}
</style>
border-color css
<style>
span { border-color: #4827FF; }
span { border-color: rgb(72,39,255); }
td.TdClassName
{
border-color: #4827FF;
}
.TagClassName
{
border-color: #4827FF;
}
</style>