Shades of Han Purple #480FDE
Tints of Han Purple #480FDE
RGB
CMYK
RGB Variations
Color information
#480FDE (or 0x480FDE) is known color: Han Purple. HEX triplet: 48, 0F and DE. RGB value is (72,15,222). Sum of RGB (Red+Green+Blue) = 72+15+222=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #480FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FDE is #B7F021. Grayscale: #363636. Windows color (decimal): -12054562 or 14552904. OLE color: 14552904.
HSL color Cylindrical-coordinate representation of color #480FDE: hue angle of 256.52º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480FDE is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 15 | 222 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.13 |
| HSL | 256.52º | 0.87% | 0.46% | - |
| HSV(B) | 256.52º | 0.93% | 0.87% | - |
| XYZ | 16.03 | 6.99 | 69.61 | - |
| YUV | 55.64 | 221.88 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 222 | 0.68 | 0.93 | 0 | 0.13 | 256.52 | 0.87 | 0.46 |
| Hex | 48 | F | DE | 44 | 5D | 0 | D | 101 | 57 | 2E |
| Octal | 110 | 17 | 336 | 104 | 135 | 0 | 15 | 401 | 127 | 56 |
| Binary | 1001000 | 1111 | 11011110 | 1000100 | 1011101 | 0 | 1101 | 100000001 | 1010111 | 101110 |
Color Harmonies of #480FDE
Complementary color
Monochromatic Colors of #480FDE
Black with #480FDE
Text Example
Text Example
White with #480FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480FDE; }
p { color: rgb(72,15,222); }
H1.HeaderClassName
{
color: #480FDE;
}
.AnyTagClassName
{
color: #480FDE;
}
</style>
background-color css
<style>
a { background-color: #480FDE; }
a { background-color: rgb(72,15,222); }
div.DivClassName
{
background-color: #480FDE;
}
.BgClassName
{
background-color: #480FDE;
}
</style>
border-color css
<style>
span { border-color: #480FDE; }
span { border-color: rgb(72,15,222); }
td.TdClassName
{
border-color: #480FDE;
}
.TagClassName
{
border-color: #480FDE;
}
</style>