Shades of Han Purple #480DF0
Tints of Han Purple #480DF0
RGB
CMYK
RGB Variations
Color information
#480DF0 (or 0x480DF0) is known color: Han Purple. HEX triplet: 48, 0D and F0. RGB value is (72,13,240). Sum of RGB (Red+Green+Blue) = 72+13+240=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #480DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480DF0 is #B7F20F. Grayscale: #373737. Windows color (decimal): -12055056 or 15732040. OLE color: 15732040.
HSL color Cylindrical-coordinate representation of color #480DF0: hue angle of 255.59º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480DF0 is Cyan = 0.7, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 13 | 240 | - |
| CMYK | 0.7 | 0.95 | 0 | 0.06 |
| HSL | 255.59º | 0.9% | 0.5% | - |
| HSV(B) | 255.59º | 0.95% | 0.94% | - |
| XYZ | 18.54 | 7.96 | 83 | - |
| YUV | 56.52 | 231.55 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 240 | 0.7 | 0.95 | 0 | 0.06 | 255.59 | 0.9 | 0.5 |
| Hex | 48 | D | F0 | 46 | 5F | 0 | 6 | 100 | 5A | 32 |
| Octal | 110 | 15 | 360 | 106 | 137 | 0 | 6 | 400 | 132 | 62 |
| Binary | 1001000 | 1101 | 11110000 | 1000110 | 1011111 | 0 | 110 | 100000000 | 1011010 | 110010 |
Color Harmonies of #480DF0
Complementary color
Monochromatic Colors of #480DF0
Black with #480DF0
Text Example
Text Example
White with #480DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480DF0; }
p { color: rgb(72,13,240); }
H1.HeaderClassName
{
color: #480DF0;
}
.AnyTagClassName
{
color: #480DF0;
}
</style>
background-color css
<style>
a { background-color: #480DF0; }
a { background-color: rgb(72,13,240); }
div.DivClassName
{
background-color: #480DF0;
}
.BgClassName
{
background-color: #480DF0;
}
</style>
border-color css
<style>
span { border-color: #480DF0; }
span { border-color: rgb(72,13,240); }
td.TdClassName
{
border-color: #480DF0;
}
.TagClassName
{
border-color: #480DF0;
}
</style>