#480156

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

Shades of Hot Purple #480156

Tints of Hot Purple #480156

Color information

#480156 (or 0x480156) is unknown color: approx Hot Purple. HEX triplet: 48, 01 and 56. RGB value is (72,1,86). Sum of RGB (Red+Green+Blue) = 72+1+86=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #480156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480156 is #B7FEA9. Grayscale: #1F1F1F. Windows color (decimal): -12058282 or 5636424. OLE color: 5636424.

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

Color convert

RGB72186-
CMYK0.160.9900.66
HSL290.12º97.7%17.06%-
HSV(B)290.12º98.84%33.73%-
XYZ4.362.078.97-
YUV31.92158.52156.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=45.28%
G=0.63%
B=54.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal721860.160.9900.66290.1297.717.06
Hex4815610630421226211
Octal110112620143010244214221
Binary10010001101011010000110001101000010100100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480156; }

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

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

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

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

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

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

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

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