#50064E

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

Shades of Hot Purple #50064E

Tints of Hot Purple #50064E

Color information

#50064E (or 0x50064E) is unknown color: approx Hot Purple. HEX triplet: 50, 06 and 4E. RGB value is (80,6,78). Sum of RGB (Red+Green+Blue) = 80+6+78=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50064E is #AFF9B1. Grayscale: #242424. Windows color (decimal): -11532722 or 5113424. OLE color: 5113424.

HSL color Cylindrical-coordinate representation of color #50064E: hue angle of 301.62º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50064E is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB80678-
CMYK00.920.020.69
HSL301.62º86.05%16.86%-
HSV(B)301.62º92.5%31.37%-
XYZ4.752.397.42-
YUV36.33151.52159.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=48.78%
G=3.66%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8067800.920.020.69301.6286.0516.86
Hex5064E05C24512e5611
Octal12061160134210545612621
Binary1010000110100111001011100101000101100101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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