#482950

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

Shades of Hot Purple #482950

Tints of Hot Purple #482950

Color information

#482950 (or 0x482950) is unknown color: approx Hot Purple. HEX triplet: 48, 29 and 50. RGB value is (72,41,80). Sum of RGB (Red+Green+Blue) = 72+41+80=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #482950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482950 is #B7D6AF. Grayscale: #363636. Windows color (decimal): -12048048 or 5253448. OLE color: 5253448.

HSL color Cylindrical-coordinate representation of color #482950: hue angle of 287.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482950 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB724180-
CMYK0.100.4900.69
HSL287.69º32.23%23.73%-
HSV(B)287.69º48.75%31.37%-
XYZ4.913.548.01-
YUV54.72142.27140.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=37.31%
G=21.24%
B=41.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7241800.100.4900.69287.6932.2323.73
Hex482950A310451202018
Octal11051120126101054404030
Binary1001000101001101000010101100010100010110010000010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482950; }

 p { color: rgb(72,41,80); }

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

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

 a { background-color: rgb(72,41,80); }

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

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

 span { border-color: rgb(72,41,80); }

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