#48344E

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

Shades of Hot Purple #48344E

Tints of Hot Purple #48344E

Color information

#48344E (or 0x48344E) is unknown color: approx Hot Purple. HEX triplet: 48, 34 and 4E. RGB value is (72,52,78). Sum of RGB (Red+Green+Blue) = 72+52+78=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #48344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48344E is #B7CBB1. Grayscale: #3C3C3C. Windows color (decimal): -12045234 or 5125192. OLE color: 5125192.

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

Color convert

RGB725278-
CMYK0.080.3300.69
HSL286.15º20%25.49%-
HSV(B)286.15º33.33%30.59%-
XYZ5.284.387.78-
YUV60.94137.63135.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=35.64%
G=25.74%
B=38.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7252780.080.3300.69286.152025.49
Hex48344E82104511e1419
Octal11064116104101054362431
Binary100100011010010011101000100001010001011000111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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