#50224E

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

Shades of Hot Purple #50224E

Tints of Hot Purple #50224E

Color information

#50224E (or 0x50224E) is unknown color: approx Hot Purple. HEX triplet: 50, 22 and 4E. RGB value is (80,34,78). Sum of RGB (Red+Green+Blue) = 80+34+78=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50224E is #AFDDB1. Grayscale: #343434. Windows color (decimal): -11525554 or 5120592. OLE color: 5120592.

HSL color Cylindrical-coordinate representation of color #50224E: hue angle of 302.61º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50224E is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB803478-
CMYK00.580.020.69
HSL302.61º40.35%22.35%-
HSV(B)302.61º57.5%31.37%-
XYZ5.263.47.59-
YUV52.77142.24147.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=41.67%
G=17.71%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80347800.580.020.69302.6140.3522.35
Hex50224E03A24512f2816
Octal1204211607221054575026
Binary10100001000101001110011101010100010110010111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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