#48194B

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

Shades of Hot Purple #48194B

Tints of Hot Purple #48194B

Color information

#48194B (or 0x48194B) is unknown color: approx Hot Purple. HEX triplet: 48, 19 and 4B. RGB value is (72,25,75). Sum of RGB (Red+Green+Blue) = 72+25+75=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #48194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48194B is #B7E6B4. Grayscale: #2C2C2C. Windows color (decimal): -12052149 or 4921672. OLE color: 4921672.

HSL color Cylindrical-coordinate representation of color #48194B: hue angle of 296.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48194B is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB722575-
CMYK0.040.6700.71
HSL296.4º50%19.61%-
HSV(B)296.4º66.67%29.41%-
XYZ4.292.586.93-
YUV44.75145.07147.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=41.86%
G=14.53%
B=43.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7225750.040.6700.71296.45019.61
Hex48194B4430471283214
Octal11031113410301074506224
Binary100100011001100101110010000110100011110010100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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