#48324D

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

Shades of Hot Purple #48324D

Tints of Hot Purple #48324D

Color information

#48324D (or 0x48324D) is unknown color: approx Hot Purple. HEX triplet: 48, 32 and 4D. RGB value is (72,50,77). Sum of RGB (Red+Green+Blue) = 72+50+77=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #48324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48324D is #B7CDB2. Grayscale: #3B3B3B. Windows color (decimal): -12045747 or 5059144. OLE color: 5059144.

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

Color convert

RGB725077-
CMYK0.060.3500.70
HSL288.89º21.26%24.9%-
HSV(B)288.89º35.06%30.2%-
XYZ5.154.197.56-
YUV59.66137.79136.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=36.18%
G=25.13%
B=38.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7250770.060.3500.70288.8921.2624.9
Hex48324D6230461211519
Octal1106211564301064412531
Binary10010001100101001101110100011010001101001000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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