#48284F

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

Shades of Hot Purple #48284F

Tints of Hot Purple #48284F

Color information

#48284F (or 0x48284F) is unknown color: approx Hot Purple. HEX triplet: 48, 28 and 4F. RGB value is (72,40,79). Sum of RGB (Red+Green+Blue) = 72+40+79=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #48284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48284F is #B7D7B0. Grayscale: #353535. Windows color (decimal): -12048305 or 5187656. OLE color: 5187656.

HSL color Cylindrical-coordinate representation of color #48284F: hue angle of 289.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48284F is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB724079-
CMYK0.090.4900.69
HSL289.23º32.77%23.33%-
HSV(B)289.23º49.37%30.98%-
XYZ4.843.467.81-
YUV54.01142.1140.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=37.70%
G=20.94%
B=41.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7240790.090.4900.69289.2332.7723.33
Hex48284F9310451212117
Octal11050117116101054414127
Binary1001000101000100111110011100010100010110010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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