#480551

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

Shades of Hot Purple #480551

Tints of Hot Purple #480551

Color information

#480551 (or 0x480551) is unknown color: approx Hot Purple. HEX triplet: 48, 05 and 51. RGB value is (72,5,81). Sum of RGB (Red+Green+Blue) = 72+5+81=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #480551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480551 is #B7FAAE. Grayscale: #212121. Windows color (decimal): -12057263 or 5309768. OLE color: 5309768.

HSL color Cylindrical-coordinate representation of color #480551: hue angle of 292.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480551 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB72581-
CMYK0.110.9400.68
HSL292.89º88.37%16.86%-
HSV(B)292.89º93.83%31.76%-
XYZ4.212.087.96-
YUV33.7154.7155.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=45.57%
G=3.16%
B=51.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal725810.110.9400.68292.8988.3716.86
Hex48551B5E0441255811
Octal110512113136010444513021
Binary100100010110100011011101111001000100100100101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480551; }

 p { color: rgb(72,5,81); }

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

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

 a { background-color: rgb(72,5,81); }

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

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

 span { border-color: rgb(72,5,81); }

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