#48314A

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

Shades of Hot Purple #48314A

Tints of Hot Purple #48314A

Color information

#48314A (or 0x48314A) is unknown color: approx Hot Purple. HEX triplet: 48, 31 and 4A. RGB value is (72,49,74). Sum of RGB (Red+Green+Blue) = 72+49+74=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #48314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48314A is #B7CEB5. Grayscale: #3A3A3A. Windows color (decimal): -12046006 or 4862280. OLE color: 4862280.

HSL color Cylindrical-coordinate representation of color #48314A: hue angle of 295.2º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48314A is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB724974-
CMYK0.030.3400.71
HSL295.2º20.33%24.12%-
HSV(B)295.2º33.78%29.02%-
XYZ5.014.077-
YUV58.73136.62137.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=36.92%
G=25.13%
B=37.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7249740.030.3400.71295.220.3324.12
Hex48314A3220471271418
Octal1106111234201074472430
Binary1001000110001100101011100010010001111001001111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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