#503152

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

Shades of Hot Purple #503152

Tints of Hot Purple #503152

Color information

#503152 (or 0x503152) is unknown color: approx Hot Purple. HEX triplet: 50, 31 and 52. RGB value is (80,49,82). Sum of RGB (Red+Green+Blue) = 80+49+82=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #503152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503152 is #AFCEAD. Grayscale: #3D3D3D. Windows color (decimal): -11521710 or 5386576. OLE color: 5386576.

HSL color Cylindrical-coordinate representation of color #503152: hue angle of 296.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503152 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB804982-
CMYK0.020.4000.68
HSL296.36º25.19%25.69%-
HSV(B)296.36º40.24%32.16%-
XYZ5.934.518.54-
YUV62.03139.27140.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=37.91%
G=23.22%
B=38.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8049820.020.4000.68296.3625.1925.69
Hex503152228044128191a
Octal1206112225001044503132
Binary1010000110001101001010101000010001001001010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503152; }

 p { color: rgb(80,49,82); }

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

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

 a { background-color: rgb(80,49,82); }

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

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

 span { border-color: rgb(80,49,82); }

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