#48294E

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

Shades of Hot Purple #48294E

Tints of Hot Purple #48294E

Color information

#48294E (or 0x48294E) is unknown color: approx Hot Purple. HEX triplet: 48, 29 and 4E. RGB value is (72,41,78). Sum of RGB (Red+Green+Blue) = 72+41+78=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #48294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48294E is #B7D6B1. Grayscale: #363636. Windows color (decimal): -12048050 or 5122376. OLE color: 5122376.

HSL color Cylindrical-coordinate representation of color #48294E: hue angle of 290.27º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48294E is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB724178-
CMYK0.080.4700.69
HSL290.27º31.09%23.33%-
HSV(B)290.27º47.44%30.59%-
XYZ4.843.517.63-
YUV54.49141.27140.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=37.70%
G=21.47%
B=40.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7241780.080.4700.69290.2731.0923.33
Hex48294E82F0451221f17
Octal11051116105701054423727
Binary100100010100110011101000101111010001011001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48294E; }

 p { color: rgb(72,41,78); }

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

<style>
 a { background-color: #48294E; }

 a { background-color: rgb(72,41,78); }

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

<style>
 span { border-color: #48294E; }

 span { border-color: rgb(72,41,78); }

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