Shades of Han Purple #480BDC
Tints of Han Purple #480BDC
RGB
CMYK
RGB Variations
Color information
#480BDC (or 0x480BDC) is known color: Han Purple. HEX triplet: 48, 0B and DC. RGB value is (72,11,220). Sum of RGB (Red+Green+Blue) = 72+11+220=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #480BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BDC is #B7F423. Grayscale: #343434. Windows color (decimal): -12055588 or 14420808. OLE color: 14420808.
HSL color Cylindrical-coordinate representation of color #480BDC: hue angle of 257.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480BDC is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 11 | 220 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.14 |
| HSL | 257.51º | 0.9% | 0.45% | - |
| HSV(B) | 257.51º | 0.95% | 0.86% | - |
| XYZ | 15.71 | 6.78 | 68.19 | - |
| YUV | 53.07 | 222.21 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 220 | 0.67 | 0.95 | 0 | 0.14 | 257.51 | 0.9 | 0.45 |
| Hex | 48 | B | DC | 43 | 5F | 0 | E | 102 | 5A | 2D |
| Octal | 110 | 13 | 334 | 103 | 137 | 0 | 16 | 402 | 132 | 55 |
| Binary | 1001000 | 1011 | 11011100 | 1000011 | 1011111 | 0 | 1110 | 100000010 | 1011010 | 101101 |
Color Harmonies of #480BDC
Complementary color
Monochromatic Colors of #480BDC
Black with #480BDC
Text Example
Text Example
White with #480BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BDC; }
p { color: rgb(72,11,220); }
H1.HeaderClassName
{
color: #480BDC;
}
.AnyTagClassName
{
color: #480BDC;
}
</style>
background-color css
<style>
a { background-color: #480BDC; }
a { background-color: rgb(72,11,220); }
div.DivClassName
{
background-color: #480BDC;
}
.BgClassName
{
background-color: #480BDC;
}
</style>
border-color css
<style>
span { border-color: #480BDC; }
span { border-color: rgb(72,11,220); }
td.TdClassName
{
border-color: #480BDC;
}
.TagClassName
{
border-color: #480BDC;
}
</style>