#48194D

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

Shades of Hot Purple #48194D

Tints of Hot Purple #48194D

Color information

#48194D (or 0x48194D) is unknown color: approx Hot Purple. HEX triplet: 48, 19 and 4D. RGB value is (72,25,77). Sum of RGB (Red+Green+Blue) = 72+25+77=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #48194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48194D is #B7E6B2. Grayscale: #2C2C2C. Windows color (decimal): -12052147 or 5052744. OLE color: 5052744.

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

Color convert

RGB722577-
CMYK0.060.6800.70
HSL294.23º50.98%20%-
HSV(B)294.23º67.53%30.2%-
XYZ4.362.617.29-
YUV44.98146.07147.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=41.38%
G=14.37%
B=44.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7225770.060.6800.70294.2350.9820
Hex48194D6440461263314
Octal11031115610401064466324
Binary100100011001100110111010001000100011010010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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