#48304B

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

Shades of Hot Purple #48304B

Tints of Hot Purple #48304B

Color information

#48304B (or 0x48304B) is unknown color: approx Hot Purple. HEX triplet: 48, 30 and 4B. RGB value is (72,48,75). Sum of RGB (Red+Green+Blue) = 72+48+75=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #48304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48304B is #B7CFB4. Grayscale: #3A3A3A. Windows color (decimal): -12046261 or 4927560. OLE color: 4927560.

HSL color Cylindrical-coordinate representation of color #48304B: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48304B is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB724875-
CMYK0.040.3600.71
HSL293.33º21.95%24.12%-
HSV(B)293.33º36%29.41%-
XYZ547.17-
YUV58.25137.45137.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=36.92%
G=24.62%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7248750.040.3600.71293.3321.9524.12
Hex48304B4240471251618
Octal1106011344401074452630
Binary10010001100001001011100100100010001111001001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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