#48134D

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

Shades of Hot Purple #48134D

Tints of Hot Purple #48134D

Color information

#48134D (or 0x48134D) is unknown color: approx Hot Purple. HEX triplet: 48, 13 and 4D. RGB value is (72,19,77). Sum of RGB (Red+Green+Blue) = 72+19+77=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #48134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48134D is #B7ECB2. Grayscale: #292929. Windows color (decimal): -12053683 or 5051208. OLE color: 5051208.

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

Color convert

RGB721977-
CMYK0.060.7500.70
HSL294.83º60.42%18.82%-
HSV(B)294.83º75.32%30.2%-
XYZ4.242.387.26-
YUV41.46148.06149.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=42.86%
G=11.31%
B=45.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7219770.060.7500.70294.8360.4218.82
Hex48134D64B0461273c13
Octal11023115611301064477423
Binary100100010011100110111010010110100011010010011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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