#48314D

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

Shades of Hot Purple #48314D

Tints of Hot Purple #48314D

Color information

#48314D (or 0x48314D) is unknown color: approx Hot Purple. HEX triplet: 48, 31 and 4D. RGB value is (72,49,77). Sum of RGB (Red+Green+Blue) = 72+49+77=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #48314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48314D is #B7CEB2. Grayscale: #3A3A3A. Windows color (decimal): -12046003 or 5058888. OLE color: 5058888.

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

Color convert

RGB724977-
CMYK0.060.3600.70
HSL289.29º22.22%24.71%-
HSV(B)289.29º36.36%30.2%-
XYZ5.114.117.55-
YUV59.07138.12137.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=36.36%
G=24.75%
B=38.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7249770.060.3600.70289.2922.2224.71
Hex48314D6240461211619
Octal1106111564401064412631
Binary10010001100011001101110100100010001101001000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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