#500345

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

Shades of Tyrian Purple #500345

Tints of Tyrian Purple #500345

Color information

#500345 (or 0x500345) is unknown color: approx Tyrian Purple. HEX triplet: 50, 03 and 45. RGB value is (80,3,69). Sum of RGB (Red+Green+Blue) = 80+3+69=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500345 is #AFFCBA. Grayscale: #212121. Windows color (decimal): -11533499 or 4522832. OLE color: 4522832.

HSL color Cylindrical-coordinate representation of color #500345: hue angle of 308.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500345 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB80369-
CMYK00.960.140.69
HSL308.57º92.77%16.27%-
HSV(B)308.57º96.25%31.37%-
XYZ4.422.25.82-
YUV33.55148.01161.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 69 (27.34% from 255) = 45.39%
R=52.63%
G=1.97%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8036900.960.140.69308.5792.7716.27
Hex50345060E451355d10
Octal120310501401610546513520
Binary10100001110001010110000011101000101100110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500345; }

 p { color: rgb(80,3,69); }

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

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

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

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

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

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

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