#480954

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

Shades of Hot Purple #480954

Tints of Hot Purple #480954

Color information

#480954 (or 0x480954) is unknown color: approx Hot Purple. HEX triplet: 48, 09 and 54. RGB value is (72,9,84). Sum of RGB (Red+Green+Blue) = 72+9+84=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #480954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480954 is #B7F6AB. Grayscale: #242424. Windows color (decimal): -12056236 or 5507400. OLE color: 5507400.

HSL color Cylindrical-coordinate representation of color #480954: hue angle of 290.4º 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 #480954 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB72984-
CMYK0.140.8900.67
HSL290.4º80.65%18.24%-
HSV(B)290.4º89.29%32.94%-
XYZ4.372.218.58-
YUV36.39154.87153.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=43.64%
G=5.45%
B=50.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal729840.140.8900.67290.480.6518.24
Hex48954E590431225112
Octal1101112416131010344212122
Binary1001000100110101001110101100101000011100100010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480954; }

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

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

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

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

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

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

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

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