#48284D

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

Shades of Hot Purple #48284D

Tints of Hot Purple #48284D

Color information

#48284D (or 0x48284D) is unknown color: approx Hot Purple. HEX triplet: 48, 28 and 4D. RGB value is (72,40,77). Sum of RGB (Red+Green+Blue) = 72+40+77=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #48284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48284D is #B7D7B2. Grayscale: #353535. Windows color (decimal): -12048307 or 5056584. OLE color: 5056584.

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

Color convert

RGB724077-
CMYK0.060.4800.70
HSL291.89º31.62%22.94%-
HSV(B)291.89º48.05%30.2%-
XYZ4.773.437.43-
YUV53.79141.1140.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=38.10%
G=21.16%
B=40.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7240770.060.4800.70291.8931.6222.94
Hex48284D6300461242017
Octal1105011566001064444027
Binary100100010100010011011101100000100011010010010010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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