#48094D

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

Shades of Hot Purple #48094D

Tints of Hot Purple #48094D

Color information

#48094D (or 0x48094D) is unknown color: approx Hot Purple. HEX triplet: 48, 09 and 4D. RGB value is (72,9,77). Sum of RGB (Red+Green+Blue) = 72+9+77=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #48094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48094D is #B7F6B2. Grayscale: #232323. Windows color (decimal): -12056243 or 5048648. OLE color: 5048648.

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

Color convert

RGB72977-
CMYK0.060.8800.70
HSL295.59º79.07%16.86%-
HSV(B)295.59º88.31%30.2%-
XYZ4.112.117.21-
YUV35.59151.37153.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=45.57%
G=5.70%
B=48.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal729770.060.8800.70295.5979.0716.86
Hex4894D6580461284f11
Octal110111156130010645011721
Binary100100010011001101110101100001000110100101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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