#480955

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

Shades of Hot Purple #480955

Tints of Hot Purple #480955

Color information

#480955 (or 0x480955) is unknown color: approx Hot Purple. HEX triplet: 48, 09 and 55. RGB value is (72,9,85). Sum of RGB (Red+Green+Blue) = 72+9+85=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #480955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480955 is #B7F6AA. Grayscale: #242424. Windows color (decimal): -12056235 or 5572936. OLE color: 5572936.

HSL color Cylindrical-coordinate representation of color #480955: hue angle of 289.74º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480955 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB72985-
CMYK0.150.8900.67
HSL289.74º80.85%18.43%-
HSV(B)289.74º89.41%33.33%-
XYZ4.412.238.79-
YUV36.5155.37153.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=43.37%
G=5.42%
B=51.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal729850.150.8900.67289.7480.8518.43
Hex48955F590431225112
Octal1101112517131010344212122
Binary1001000100110101011111101100101000011100100010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480955; }

 p { color: rgb(72,9,85); }

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

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

 a { background-color: rgb(72,9,85); }

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

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

 span { border-color: rgb(72,9,85); }

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