#48234F

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

Shades of Hot Purple #48234F

Tints of Hot Purple #48234F

Color information

#48234F (or 0x48234F) is unknown color: approx Hot Purple. HEX triplet: 48, 23 and 4F. RGB value is (72,35,79). Sum of RGB (Red+Green+Blue) = 72+35+79=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #48234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48234F is #B7DCB0. Grayscale: #323232. Windows color (decimal): -12049585 or 5186376. OLE color: 5186376.

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

Color convert

RGB723579-
CMYK0.090.5600.69
HSL290.45º38.6%22.35%-
HSV(B)290.45º55.7%30.98%-
XYZ4.683.147.76-
YUV51.08143.76142.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=38.71%
G=18.82%
B=42.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7235790.090.5600.69290.4538.622.35
Hex48234F9380451222716
Octal11043117117001054424726
Binary1001000100011100111110011110000100010110010001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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