#48224D

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

Shades of Hot Purple #48224D

Tints of Hot Purple #48224D

Color information

#48224D (or 0x48224D) is unknown color: approx Hot Purple. HEX triplet: 48, 22 and 4D. RGB value is (72,34,77). Sum of RGB (Red+Green+Blue) = 72+34+77=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #48224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48224D is #B7DDB2. Grayscale: #323232. Windows color (decimal): -12049843 or 5055048. OLE color: 5055048.

HSL color Cylindrical-coordinate representation of color #48224D: hue angle of 293.02º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48224D is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB723477-
CMYK0.060.5600.70
HSL293.02º38.74%21.76%-
HSV(B)293.02º55.84%30.2%-
XYZ4.583.067.37-
YUV50.26143.09143.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=39.34%
G=18.58%
B=42.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7234770.060.5600.70293.0238.7421.76
Hex48224D6380461252716
Octal1104211567001064454726
Binary100100010001010011011101110000100011010010010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48224D; }

 p { color: rgb(72,34,77); }

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

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

 a { background-color: rgb(72,34,77); }

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

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

 span { border-color: rgb(72,34,77); }

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