Shades of Han Purple #482AEC
Tints of Han Purple #482AEC
RGB
CMYK
RGB Variations
Color information
#482AEC (or 0x482AEC) is known color: Han Purple. HEX triplet: 48, 2A and EC. RGB value is (72,42,236). Sum of RGB (Red+Green+Blue) = 72+42+236=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #482AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482AEC is #B7D513. Grayscale: #484848. Windows color (decimal): -12047636 or 15477320. OLE color: 15477320.
HSL color Cylindrical-coordinate representation of color #482AEC: hue angle of 249.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482AEC is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 42 | 236 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.07 |
| HSL | 249.28º | 0.84% | 0.55% | - |
| HSV(B) | 249.28º | 0.82% | 0.93% | - |
| XYZ | 18.64 | 9.09 | 80.13 | - |
| YUV | 73.09 | 219.94 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 236 | 0.69 | 0.82 | 0 | 0.07 | 249.28 | 0.84 | 0.55 |
| Hex | 48 | 2A | EC | 45 | 52 | 0 | 7 | F9 | 54 | 37 |
| Octal | 110 | 52 | 354 | 105 | 122 | 0 | 7 | 371 | 124 | 67 |
| Binary | 1001000 | 101010 | 11101100 | 1000101 | 1010010 | 0 | 111 | 11111001 | 1010100 | 110111 |
Color Harmonies of #482AEC
Complementary color
Monochromatic Colors of #482AEC
Black with #482AEC
Text Example
Text Example
White with #482AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482AEC; }
p { color: rgb(72,42,236); }
H1.HeaderClassName
{
color: #482AEC;
}
.AnyTagClassName
{
color: #482AEC;
}
</style>
background-color css
<style>
a { background-color: #482AEC; }
a { background-color: rgb(72,42,236); }
div.DivClassName
{
background-color: #482AEC;
}
.BgClassName
{
background-color: #482AEC;
}
</style>
border-color css
<style>
span { border-color: #482AEC; }
span { border-color: rgb(72,42,236); }
td.TdClassName
{
border-color: #482AEC;
}
.TagClassName
{
border-color: #482AEC;
}
</style>