Shades of Han Purple #480EEA
Tints of Han Purple #480EEA
RGB
CMYK
RGB Variations
Color information
#480EEA (or 0x480EEA) is known color: Han Purple. HEX triplet: 48, 0E and EA. RGB value is (72,14,234). Sum of RGB (Red+Green+Blue) = 72+14+234=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #480EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480EEA is #B7F115. Grayscale: #373737. Windows color (decimal): -12054806 or 15339080. OLE color: 15339080.
HSL color Cylindrical-coordinate representation of color #480EEA: hue angle of 255.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480EEA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 14 | 234 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.08 |
| HSL | 255.82º | 0.89% | 0.49% | - |
| HSV(B) | 255.82º | 0.94% | 0.92% | - |
| XYZ | 17.68 | 7.63 | 78.38 | - |
| YUV | 56.42 | 228.22 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 234 | 0.69 | 0.94 | 0 | 0.08 | 255.82 | 0.89 | 0.49 |
| Hex | 48 | E | EA | 45 | 5E | 0 | 8 | 100 | 59 | 31 |
| Octal | 110 | 16 | 352 | 105 | 136 | 0 | 10 | 400 | 131 | 61 |
| Binary | 1001000 | 1110 | 11101010 | 1000101 | 1011110 | 0 | 1000 | 100000000 | 1011001 | 110001 |
Color Harmonies of #480EEA
Complementary color
Monochromatic Colors of #480EEA
Black with #480EEA
Text Example
Text Example
White with #480EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480EEA; }
p { color: rgb(72,14,234); }
H1.HeaderClassName
{
color: #480EEA;
}
.AnyTagClassName
{
color: #480EEA;
}
</style>
background-color css
<style>
a { background-color: #480EEA; }
a { background-color: rgb(72,14,234); }
div.DivClassName
{
background-color: #480EEA;
}
.BgClassName
{
background-color: #480EEA;
}
</style>
border-color css
<style>
span { border-color: #480EEA; }
span { border-color: rgb(72,14,234); }
td.TdClassName
{
border-color: #480EEA;
}
.TagClassName
{
border-color: #480EEA;
}
</style>