Shades of Han Purple #4827FE
Tints of Han Purple #4827FE
RGB
CMYK
RGB Variations
Color information
#4827FE (or 0x4827FE) is known color: Han Purple. HEX triplet: 48, 27 and FE. RGB value is (72,39,254). Sum of RGB (Red+Green+Blue) = 72+39+254=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #4827FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4827FE is #B7D801. Grayscale: #484848. Windows color (decimal): -12048386 or 16656200. OLE color: 16656200.
HSL color Cylindrical-coordinate representation of color #4827FE: hue angle of 249.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4827FE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 39 | 254 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.00 |
| HSL | 249.21º | 0.99% | 0.57% | - |
| HSV(B) | 249.21º | 0.85% | 1% | - |
| XYZ | 21.29 | 9.98 | 94.57 | - |
| YUV | 73.38 | 229.93 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 254 | 0.72 | 0.85 | 0 | 0.00 | 249.21 | 0.99 | 0.57 |
| Hex | 48 | 27 | FE | 48 | 55 | 0 | 0 | F9 | 63 | 39 |
| Octal | 110 | 47 | 376 | 110 | 125 | 0 | 0 | 371 | 143 | 71 |
| Binary | 1001000 | 100111 | 11111110 | 1001000 | 1010101 | 0 | 0 | 11111001 | 1100011 | 111001 |
Color Harmonies of #4827FE
Complementary color
Monochromatic Colors of #4827FE
Black with #4827FE
Text Example
Text Example
White with #4827FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4827FE; }
p { color: rgb(72,39,254); }
H1.HeaderClassName
{
color: #4827FE;
}
.AnyTagClassName
{
color: #4827FE;
}
</style>
background-color css
<style>
a { background-color: #4827FE; }
a { background-color: rgb(72,39,254); }
div.DivClassName
{
background-color: #4827FE;
}
.BgClassName
{
background-color: #4827FE;
}
</style>
border-color css
<style>
span { border-color: #4827FE; }
span { border-color: rgb(72,39,254); }
td.TdClassName
{
border-color: #4827FE;
}
.TagClassName
{
border-color: #4827FE;
}
</style>