#48284E

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

Shades of Hot Purple #48284E

Tints of Hot Purple #48284E

Color information

#48284E (or 0x48284E) is unknown color: approx Hot Purple. HEX triplet: 48, 28 and 4E. RGB value is (72,40,78). Sum of RGB (Red+Green+Blue) = 72+40+78=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #48284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48284E is #B7D7B1. Grayscale: #353535. Windows color (decimal): -12048306 or 5122120. OLE color: 5122120.

HSL color Cylindrical-coordinate representation of color #48284E: hue angle of 290.53º degrees, saturation: 0.32, 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 #48284E is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB724078-
CMYK0.080.4900.69
HSL290.53º32.2%23.14%-
HSV(B)290.53º48.72%30.59%-
XYZ4.813.457.62-
YUV53.9141.6140.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=37.89%
G=21.05%
B=41.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7240780.080.4900.69290.5332.223.14
Hex48284E8310451232017
Octal11050116106101054434027
Binary1001000101000100111010001100010100010110010001110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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