Shades of Han Purple #480EFF
Tints of Han Purple #480EFF
RGB
CMYK
RGB Variations
Color information
#480EFF (or 0x480EFF) is known color: Han Purple. HEX triplet: 48, 0E and FF. RGB value is (72,14,255). Sum of RGB (Red+Green+Blue) = 72+14+255=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #480EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480EFF is #B7F100. Grayscale: #393939. Windows color (decimal): -12054785 or 16715336. OLE color: 16715336.
HSL color Cylindrical-coordinate representation of color #480EFF: hue angle of 254.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480EFF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 14 | 255 | - |
| CMYK | 0.72 | 0.95 | 0 | 0 |
| HSL | 254.44º | 1% | 0.53% | - |
| HSV(B) | 254.44º | 0.95% | 1% | - |
| XYZ | 20.88 | 8.91 | 95.23 | - |
| YUV | 58.82 | 238.72 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 255 | 0.72 | 0.95 | 0 | 0 | 254.44 | 1 | 0.53 |
| Hex | 48 | E | FF | 48 | 5F | 0 | 0 | FE | 64 | 35 |
| Octal | 110 | 16 | 377 | 110 | 137 | 0 | 0 | 376 | 144 | 65 |
| Binary | 1001000 | 1110 | 11111111 | 1001000 | 1011111 | 0 | 0 | 11111110 | 1100100 | 110101 |
Color Harmonies of #480EFF
Complementary color
Monochromatic Colors of #480EFF
Black with #480EFF
Text Example
Text Example
White with #480EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480EFF; }
p { color: rgb(72,14,255); }
H1.HeaderClassName
{
color: #480EFF;
}
.AnyTagClassName
{
color: #480EFF;
}
</style>
background-color css
<style>
a { background-color: #480EFF; }
a { background-color: rgb(72,14,255); }
div.DivClassName
{
background-color: #480EFF;
}
.BgClassName
{
background-color: #480EFF;
}
</style>
border-color css
<style>
span { border-color: #480EFF; }
span { border-color: rgb(72,14,255); }
td.TdClassName
{
border-color: #480EFF;
}
.TagClassName
{
border-color: #480EFF;
}
</style>