#500645

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

Shades of Tyrian Purple #500645

Tints of Tyrian Purple #500645

Color information

#500645 (or 0x500645) is unknown color: approx Tyrian Purple. HEX triplet: 50, 06 and 45. RGB value is (80,6,69). Sum of RGB (Red+Green+Blue) = 80+6+69=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500645 is #AFF9BA. Grayscale: #232323. Windows color (decimal): -11532731 or 4523600. OLE color: 4523600.

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

Color convert

RGB80669-
CMYK00.920.140.69
HSL308.92º86.05%16.86%-
HSV(B)308.92º92.5%31.37%-
XYZ4.452.275.83-
YUV35.31147.02159.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=51.61%
G=3.87%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066900.920.140.69308.9286.0516.86
Hex5064505CE451355611
Octal120610501341610546512621
Binary101000011010001010101110011101000101100110101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500645; }

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

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

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

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

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

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

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

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