#483049

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

Shades of Hot Purple #483049

Tints of Hot Purple #483049

Color information

#483049 (or 0x483049) is unknown color: approx Hot Purple. HEX triplet: 48, 30 and 49. RGB value is (72,48,73). Sum of RGB (Red+Green+Blue) = 72+48+73=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #483049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483049 is #B7CFB6. Grayscale: #393939. Windows color (decimal): -12046263 or 4796488. OLE color: 4796488.

HSL color Cylindrical-coordinate representation of color #483049: hue angle of 297.6º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #483049 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB724873-
CMYK0.010.3400.71
HSL297.6º20.66%23.73%-
HSV(B)297.6º34.25%28.63%-
XYZ4.933.976.81-
YUV58.03136.45137.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=37.31%
G=24.87%
B=37.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7248730.010.3400.71297.620.6623.73
Hex48304912204712a1518
Octal1106011114201074522530
Binary100100011000010010011100010010001111001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483049; }

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

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

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

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

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

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

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

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