#480456

Color #480456 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #480456

Tints of Hot Purple #480456

Color information

#480456 (or 0x480456) is unknown color: approx Hot Purple. HEX triplet: 48, 04 and 56. RGB value is (72,4,86). Sum of RGB (Red+Green+Blue) = 72+4+86=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #480456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480456 is #B7FBA9. Grayscale: #212121. Windows color (decimal): -12057514 or 5637192. OLE color: 5637192.

HSL color Cylindrical-coordinate representation of color #480456: hue angle of 289.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480456 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB72486-
CMYK0.160.9500.66
HSL289.76º91.11%17.65%-
HSV(B)289.76º95.35%33.73%-
XYZ4.42.148.98-
YUV33.68157.53155.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=44.44%
G=2.47%
B=53.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal724860.160.9500.66289.7691.1117.65
Hex48456105F0421225b12
Octal110412620137010244213322
Binary1001000100101011010000101111101000010100100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480456; }

 p { color: rgb(72,4,86); }

 H1.HeaderClassName
 {
   color: #480456;
 }
 .AnyTagClassName
 {
   color: #480456;
 }
</style>
background-color css

<style>
 a { background-color: #480456; }

 a { background-color: rgb(72,4,86); }

 div.DivClassName
 {
   background-color: #480456;
 }
 .BgClassName
 {
   background-color: #480456;
 }
</style>
border-color css

<style>
 span { border-color: #480456; }

 span { border-color: rgb(72,4,86); }

 td.TdClassName
 {
   border-color: #480456;
 }
 .TagClassName
 {
   border-color: #480456;
 }
</style>