Shades of Han Purple #4808FF
Tints of Han Purple #4808FF
RGB
CMYK
RGB Variations
Color information
#4808FF (or 0x4808FF) is known color: Han Purple. HEX triplet: 48, 08 and FF. RGB value is (72,8,255). Sum of RGB (Red+Green+Blue) = 72+8+255=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #4808FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4808FF is #B7F700. Grayscale: #363636. Windows color (decimal): -12056321 or 16713800. OLE color: 16713800.
HSL color Cylindrical-coordinate representation of color #4808FF: hue angle of 255.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4808FF is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 8 | 255 | - |
| CMYK | 0.72 | 0.97 | 0 | 0 |
| HSL | 255.55º | 1% | 0.52% | - |
| HSV(B) | 255.55º | 0.97% | 1% | - |
| XYZ | 20.81 | 8.77 | 95.2 | - |
| YUV | 55.29 | 240.7 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 255 | 0.72 | 0.97 | 0 | 0 | 255.55 | 1 | 0.52 |
| Hex | 48 | 8 | FF | 48 | 61 | 0 | 0 | 100 | 64 | 34 |
| Octal | 110 | 10 | 377 | 110 | 141 | 0 | 0 | 400 | 144 | 64 |
| Binary | 1001000 | 1000 | 11111111 | 1001000 | 1100001 | 0 | 0 | 100000000 | 1100100 | 110100 |
Color Harmonies of #4808FF
Complementary color
Monochromatic Colors of #4808FF
Black with #4808FF
Text Example
Text Example
White with #4808FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808FF; }
p { color: rgb(72,8,255); }
H1.HeaderClassName
{
color: #4808FF;
}
.AnyTagClassName
{
color: #4808FF;
}
</style>
background-color css
<style>
a { background-color: #4808FF; }
a { background-color: rgb(72,8,255); }
div.DivClassName
{
background-color: #4808FF;
}
.BgClassName
{
background-color: #4808FF;
}
</style>
border-color css
<style>
span { border-color: #4808FF; }
span { border-color: rgb(72,8,255); }
td.TdClassName
{
border-color: #4808FF;
}
.TagClassName
{
border-color: #4808FF;
}
</style>