#48054F

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

Shades of Hot Purple #48054F

Tints of Hot Purple #48054F

Color information

#48054F (or 0x48054F) is unknown color: approx Hot Purple. HEX triplet: 48, 05 and 4F. RGB value is (72,5,79). Sum of RGB (Red+Green+Blue) = 72+5+79=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #48054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48054F is #B7FAB0. Grayscale: #212121. Windows color (decimal): -12057265 or 5178696. OLE color: 5178696.

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

Color convert

RGB72579-
CMYK0.090.9400.69
HSL294.32º88.1%16.47%-
HSV(B)294.32º93.67%30.98%-
XYZ4.142.057.57-
YUV33.47153.7155.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=46.15%
G=3.21%
B=50.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal725790.090.9400.69294.3288.116.47
Hex4854F95E0451265810
Octal110511711136010544613020
Binary100100010110011111001101111001000101100100110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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