Shades of Han Purple #480CED
Tints of Han Purple #480CED
RGB
CMYK
RGB Variations
Color information
#480CED (or 0x480CED) is known color: Han Purple. HEX triplet: 48, 0C and ED. RGB value is (72,12,237). Sum of RGB (Red+Green+Blue) = 72+12+237=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #480CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480CED is #B7F312. Grayscale: #363636. Windows color (decimal): -12055315 or 15535176. OLE color: 15535176.
HSL color Cylindrical-coordinate representation of color #480CED: hue angle of 256º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480CED is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 12 | 237 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.07 |
| HSL | 256º | 0.9% | 0.49% | - |
| HSV(B) | 256º | 0.95% | 0.93% | - |
| XYZ | 18.09 | 7.76 | 80.66 | - |
| YUV | 55.59 | 230.38 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 237 | 0.70 | 0.95 | 0 | 0.07 | 256 | 0.9 | 0.49 |
| Hex | 48 | C | ED | 46 | 5F | 0 | 7 | 100 | 5A | 31 |
| Octal | 110 | 14 | 355 | 106 | 137 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1001000 | 1100 | 11101101 | 1000110 | 1011111 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #480CED
Complementary color
Monochromatic Colors of #480CED
Black with #480CED
Text Example
Text Example
White with #480CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480CED; }
p { color: rgb(72,12,237); }
H1.HeaderClassName
{
color: #480CED;
}
.AnyTagClassName
{
color: #480CED;
}
</style>
background-color css
<style>
a { background-color: #480CED; }
a { background-color: rgb(72,12,237); }
div.DivClassName
{
background-color: #480CED;
}
.BgClassName
{
background-color: #480CED;
}
</style>
border-color css
<style>
span { border-color: #480CED; }
span { border-color: rgb(72,12,237); }
td.TdClassName
{
border-color: #480CED;
}
.TagClassName
{
border-color: #480CED;
}
</style>