Shades of Han Purple #480FDC
Tints of Han Purple #480FDC
RGB
CMYK
RGB Variations
Color information
#480FDC (or 0x480FDC) is known color: Han Purple. HEX triplet: 48, 0F and DC. RGB value is (72,15,220). Sum of RGB (Red+Green+Blue) = 72+15+220=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #480FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FDC is #B7F023. Grayscale: #363636. Windows color (decimal): -12054564 or 14421832. OLE color: 14421832.
HSL color Cylindrical-coordinate representation of color #480FDC: hue angle of 256.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480FDC is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 15 | 220 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.14 |
| HSL | 256.68º | 0.87% | 0.46% | - |
| HSV(B) | 256.68º | 0.93% | 0.86% | - |
| XYZ | 15.76 | 6.89 | 68.21 | - |
| YUV | 55.41 | 220.88 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 220 | 0.67 | 0.93 | 0 | 0.14 | 256.68 | 0.87 | 0.46 |
| Hex | 48 | F | DC | 43 | 5D | 0 | E | 101 | 57 | 2E |
| Octal | 110 | 17 | 334 | 103 | 135 | 0 | 16 | 401 | 127 | 56 |
| Binary | 1001000 | 1111 | 11011100 | 1000011 | 1011101 | 0 | 1110 | 100000001 | 1010111 | 101110 |
Color Harmonies of #480FDC
Complementary color
Monochromatic Colors of #480FDC
Black with #480FDC
Text Example
Text Example
White with #480FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480FDC; }
p { color: rgb(72,15,220); }
H1.HeaderClassName
{
color: #480FDC;
}
.AnyTagClassName
{
color: #480FDC;
}
</style>
background-color css
<style>
a { background-color: #480FDC; }
a { background-color: rgb(72,15,220); }
div.DivClassName
{
background-color: #480FDC;
}
.BgClassName
{
background-color: #480FDC;
}
</style>
border-color css
<style>
span { border-color: #480FDC; }
span { border-color: rgb(72,15,220); }
td.TdClassName
{
border-color: #480FDC;
}
.TagClassName
{
border-color: #480FDC;
}
</style>