#48264D

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

Shades of Hot Purple #48264D

Tints of Hot Purple #48264D

Color information

#48264D (or 0x48264D) is unknown color: approx Hot Purple. HEX triplet: 48, 26 and 4D. RGB value is (72,38,77). Sum of RGB (Red+Green+Blue) = 72+38+77=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #48264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48264D is #B7D9B2. Grayscale: #343434. Windows color (decimal): -12048819 or 5056072. OLE color: 5056072.

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

Color convert

RGB723877-
CMYK0.060.5100.70
HSL292.31º33.91%22.55%-
HSV(B)292.31º50.65%30.2%-
XYZ4.713.37.41-
YUV52.61141.76141.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=38.50%
G=20.32%
B=41.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7238770.060.5100.70292.3133.9122.55
Hex48264D6330461242217
Octal1104611566301064444227
Binary100100010011010011011101100110100011010010010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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