#48304D

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

Shades of Hot Purple #48304D

Tints of Hot Purple #48304D

Color information

#48304D (or 0x48304D) is unknown color: approx Hot Purple. HEX triplet: 48, 30 and 4D. RGB value is (72,48,77). Sum of RGB (Red+Green+Blue) = 72+48+77=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #48304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48304D is #B7CFB2. Grayscale: #3A3A3A. Windows color (decimal): -12046259 or 5058632. OLE color: 5058632.

HSL color Cylindrical-coordinate representation of color #48304D: hue angle of 289.66º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48304D is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB724877-
CMYK0.060.3800.70
HSL289.66º23.2%24.51%-
HSV(B)289.66º37.66%30.2%-
XYZ5.074.037.53-
YUV58.48138.45137.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=36.55%
G=24.37%
B=39.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7248770.060.3800.70289.6623.224.51
Hex48304D6260461221719
Octal1106011564601064422731
Binary10010001100001001101110100110010001101001000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48304D; }

 p { color: rgb(72,48,77); }

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

<style>
 a { background-color: #48304D; }

 a { background-color: rgb(72,48,77); }

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

<style>
 span { border-color: #48304D; }

 span { border-color: rgb(72,48,77); }

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