#50264E

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

Shades of Hot Purple #50264E

Tints of Hot Purple #50264E

Color information

#50264E (or 0x50264E) is unknown color: approx Hot Purple. HEX triplet: 50, 26 and 4E. RGB value is (80,38,78). Sum of RGB (Red+Green+Blue) = 80+38+78=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50264E is #AFD9B1. Grayscale: #373737. Windows color (decimal): -11524530 or 5121616. OLE color: 5121616.

HSL color Cylindrical-coordinate representation of color #50264E: hue angle of 302.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50264E is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB803878-
CMYK00.520.020.69
HSL302.86º35.59%23.14%-
HSV(B)302.86º52.5%31.37%-
XYZ5.383.647.63-
YUV55.12140.91145.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=40.82%
G=19.39%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80387800.520.020.69302.8635.5923.14
Hex50264E03424512f2417
Octal1204611606421054574427
Binary10100001001101001110011010010100010110010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50264E; }

 p { color: rgb(80,38,78); }

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

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

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

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

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

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

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