#48084F

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

Shades of Hot Purple #48084F

Tints of Hot Purple #48084F

Color information

#48084F (or 0x48084F) is unknown color: approx Hot Purple. HEX triplet: 48, 08 and 4F. RGB value is (72,8,79). Sum of RGB (Red+Green+Blue) = 72+8+79=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #48084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48084F is #B7F7B0. Grayscale: #232323. Windows color (decimal): -12056497 or 5179464. OLE color: 5179464.

HSL color Cylindrical-coordinate representation of color #48084F: hue angle of 294.08º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48084F is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72879-
CMYK0.090.9000.69
HSL294.08º81.61%17.06%-
HSV(B)294.08º89.87%30.98%-
XYZ4.172.127.59-
YUV35.23152.7154.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=45.28%
G=5.03%
B=49.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal728790.090.9000.69294.0881.6117.06
Hex4884F95A0451265211
Octal1101011711132010544612221
Binary1001000100010011111001101101001000101100100110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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