#481E50

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

Shades of Hot Purple #481E50

Tints of Hot Purple #481E50

Color information

#481E50 (or 0x481E50) is unknown color: approx Hot Purple. HEX triplet: 48, 1E and 50. RGB value is (72,30,80). Sum of RGB (Red+Green+Blue) = 72+30+80=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #481E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E50 is #B7E1AF. Grayscale: #303030. Windows color (decimal): -12050864 or 5250632. OLE color: 5250632.

HSL color Cylindrical-coordinate representation of color #481E50: hue angle of 290.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481E50 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB723080-
CMYK0.100.6200.69
HSL290.4º45.45%21.57%-
HSV(B)290.4º62.5%31.37%-
XYZ4.582.897.9-
YUV48.26145.91144.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=39.56%
G=16.48%
B=43.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7230800.100.6200.69290.445.4521.57
Hex481E50A3E0451222d16
Octal11036120127601054425526
Binary100100011110101000010101111100100010110010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E50; }

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

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

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

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

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

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

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

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