Shades of Han Purple #480CDE
Tints of Han Purple #480CDE
RGB
CMYK
RGB Variations
Color information
#480CDE (or 0x480CDE) is known color: Han Purple. HEX triplet: 48, 0C and DE. RGB value is (72,12,222). Sum of RGB (Red+Green+Blue) = 72+12+222=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #480CDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CDE is #B7F321. Grayscale: #353535. Windows color (decimal): -12055330 or 14552136. OLE color: 14552136.
HSL color Cylindrical-coordinate representation of color #480CDE: hue angle of 257.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480CDE is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 12 | 222 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.13 |
| HSL | 257.14º | 0.9% | 0.46% | - |
| HSV(B) | 257.14º | 0.95% | 0.87% | - |
| XYZ | 15.99 | 6.91 | 69.6 | - |
| YUV | 53.88 | 222.88 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 222 | 0.68 | 0.95 | 0 | 0.13 | 257.14 | 0.9 | 0.46 |
| Hex | 48 | C | DE | 44 | 5F | 0 | D | 101 | 5A | 2E |
| Octal | 110 | 14 | 336 | 104 | 137 | 0 | 15 | 401 | 132 | 56 |
| Binary | 1001000 | 1100 | 11011110 | 1000100 | 1011111 | 0 | 1101 | 100000001 | 1011010 | 101110 |
Color Harmonies of #480CDE
Complementary color
Monochromatic Colors of #480CDE
Black with #480CDE
Text Example
Text Example
White with #480CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480CDE; }
p { color: rgb(72,12,222); }
H1.HeaderClassName
{
color: #480CDE;
}
.AnyTagClassName
{
color: #480CDE;
}
</style>
background-color css
<style>
a { background-color: #480CDE; }
a { background-color: rgb(72,12,222); }
div.DivClassName
{
background-color: #480CDE;
}
.BgClassName
{
background-color: #480CDE;
}
</style>
border-color css
<style>
span { border-color: #480CDE; }
span { border-color: rgb(72,12,222); }
td.TdClassName
{
border-color: #480CDE;
}
.TagClassName
{
border-color: #480CDE;
}
</style>