#48114D

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

Shades of Hot Purple #48114D

Tints of Hot Purple #48114D

Color information

#48114D (or 0x48114D) is unknown color: approx Hot Purple. HEX triplet: 48, 11 and 4D. RGB value is (72,17,77). Sum of RGB (Red+Green+Blue) = 72+17+77=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #48114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48114D is #B7EEB2. Grayscale: #282828. Windows color (decimal): -12054195 or 5050696. OLE color: 5050696.

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

Color convert

RGB721777-
CMYK0.060.7800.70
HSL295º63.83%18.43%-
HSV(B)295º77.92%30.2%-
XYZ4.212.317.25-
YUV40.28148.72150.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=43.37%
G=10.24%
B=46.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7217770.060.7800.7029563.8318.43
Hex48114D64E0461274012
Octal110211156116010644710022
Binary1001000100011001101110100111001000110100100111100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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