#480854

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

Shades of Hot Purple #480854

Tints of Hot Purple #480854

Color information

#480854 (or 0x480854) is unknown color: approx Hot Purple. HEX triplet: 48, 08 and 54. RGB value is (72,8,84). Sum of RGB (Red+Green+Blue) = 72+8+84=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #480854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480854 is #B7F7AB. Grayscale: #232323. Windows color (decimal): -12056492 or 5507144. OLE color: 5507144.

HSL color Cylindrical-coordinate representation of color #480854: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480854 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB72884-
CMYK0.140.9000.67
HSL290.53º82.61%18.04%-
HSV(B)290.53º90.48%32.94%-
XYZ4.362.198.58-
YUV35.8155.2153.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 84 (33.20% from 255) = 51.22%
R=43.90%
G=4.88%
B=51.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728840.140.9000.67290.5382.6118.04
Hex48854E5A0431235312
Octal1101012416132010344312322
Binary1001000100010101001110101101001000011100100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480854; }

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

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

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

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

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

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

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

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