#48054D

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

Shades of Hot Purple #48054D

Tints of Hot Purple #48054D

Color information

#48054D (or 0x48054D) is unknown color: approx Hot Purple. HEX triplet: 48, 05 and 4D. RGB value is (72,5,77). Sum of RGB (Red+Green+Blue) = 72+5+77=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #48054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48054D is #B7FAB2. Grayscale: #212121. Windows color (decimal): -12057267 or 5047624. OLE color: 5047624.

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

Color convert

RGB72577-
CMYK0.060.9400.70
HSL295.83º87.8%16.08%-
HSV(B)295.83º93.51%30.2%-
XYZ4.072.027.2-
YUV33.24152.7155.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 77 (30.47% from 255) = 50%
R=46.75%
G=3.25%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal725770.060.9400.70295.8387.816.08
Hex4854D65E0461285810
Octal11051156136010645013020
Binary10010001011001101110101111001000110100101000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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