#48254E

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

Shades of Hot Purple #48254E

Tints of Hot Purple #48254E

Color information

#48254E (or 0x48254E) is unknown color: approx Hot Purple. HEX triplet: 48, 25 and 4E. RGB value is (72,37,78). Sum of RGB (Red+Green+Blue) = 72+37+78=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #48254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48254E is #B7DAB1. Grayscale: #343434. Windows color (decimal): -12049074 or 5121352. OLE color: 5121352.

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

Color convert

RGB723778-
CMYK0.080.5300.69
HSL291.22º35.65%22.55%-
HSV(B)291.22º52.56%30.59%-
XYZ4.713.257.59-
YUV52.14142.6142.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=38.50%
G=19.79%
B=41.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7237780.080.5300.69291.2235.6522.55
Hex48254E8350451232417
Octal11045116106501054434427
Binary1001000100101100111010001101010100010110010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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