#48204E

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

Shades of Hot Purple #48204E

Tints of Hot Purple #48204E

Color information

#48204E (or 0x48204E) is unknown color: approx Hot Purple. HEX triplet: 48, 20 and 4E. RGB value is (72,32,78). Sum of RGB (Red+Green+Blue) = 72+32+78=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #48204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48204E is #B7DFB1. Grayscale: #313131. Windows color (decimal): -12050354 or 5120072. OLE color: 5120072.

HSL color Cylindrical-coordinate representation of color #48204E: hue angle of 292.17º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48204E is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB723278-
CMYK0.080.5900.69
HSL292.17º41.82%21.57%-
HSV(B)292.17º58.97%30.59%-
XYZ4.562.967.54-
YUV49.2144.25144.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=39.56%
G=17.58%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7232780.080.5900.69292.1741.8221.57
Hex48204E83B0451242a16
Octal11040116107301054445226
Binary1001000100000100111010001110110100010110010010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48204E; }

 p { color: rgb(72,32,78); }

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

<style>
 a { background-color: #48204E; }

 a { background-color: rgb(72,32,78); }

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

<style>
 span { border-color: #48204E; }

 span { border-color: rgb(72,32,78); }

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