#480750

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

Shades of Hot Purple #480750

Tints of Hot Purple #480750

Color information

#480750 (or 0x480750) is unknown color: approx Hot Purple. HEX triplet: 48, 07 and 50. RGB value is (72,7,80). Sum of RGB (Red+Green+Blue) = 72+7+80=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #480750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480750 is #B7F8AF. Grayscale: #222222. Windows color (decimal): -12056752 or 5244744. OLE color: 5244744.

HSL color Cylindrical-coordinate representation of color #480750: hue angle of 293.42º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480750 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72780-
CMYK0.100.9100.69
HSL293.42º83.91%17.06%-
HSV(B)293.42º91.25%31.37%-
XYZ4.22.117.78-
YUV34.76153.53154.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=45.28%
G=4.40%
B=50.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal727800.100.9100.69293.4283.9117.06
Hex48750A5B0451255411
Octal110712012133010544512421
Binary100100011110100001010101101101000101100100101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480750; }

 p { color: rgb(72,7,80); }

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

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

 a { background-color: rgb(72,7,80); }

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

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

 span { border-color: rgb(72,7,80); }

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