#50064F

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

Shades of Hot Purple #50064F

Tints of Hot Purple #50064F

Color information

#50064F (or 0x50064F) is unknown color: approx Hot Purple. HEX triplet: 50, 06 and 4F. RGB value is (80,6,79). Sum of RGB (Red+Green+Blue) = 80+6+79=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50064F is #AFF9B0. Grayscale: #242424. Windows color (decimal): -11532721 or 5178960. OLE color: 5178960.

HSL color Cylindrical-coordinate representation of color #50064F: hue angle of 300.81º 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 #50064F is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB80679-
CMYK00.920.010.69
HSL300.81º86.05%16.86%-
HSV(B)300.81º92.5%31.37%-
XYZ4.782.47.61-
YUV36.45152.02159.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=48.48%
G=3.64%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8067900.920.010.69300.8186.0516.86
Hex5064F05C14512d5611
Octal12061170134110545512621
Binary101000011010011110101110011000101100101101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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