#503050

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

Shades of Hot Purple #503050

Tints of Hot Purple #503050

Color information

#503050 (or 0x503050) is unknown color: approx Hot Purple. HEX triplet: 50, 30 and 50. RGB value is (80,48,80). Sum of RGB (Red+Green+Blue) = 80+48+80=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503050 is #AFCFAF. Grayscale: #3D3D3D. Windows color (decimal): -11521968 or 5255248. OLE color: 5255248.

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

Color convert

RGB804880-
CMYK00.4000.69
HSL300º25%25.1%-
HSV(B)300º40%31.37%-
XYZ5.814.48.13-
YUV61.22138.6141.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=38.46%
G=23.08%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80488000.4000.693002525.1
Hex50305002804512c1919
Octal1206012005001054543131
Binary101000011000010100000101000010001011001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503050; }

 p { color: rgb(80,48,80); }

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

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

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

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

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

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

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