#660050

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

Shades of Tyrian Purple #660050

Tints of Tyrian Purple #660050

Color information

#660050 (or 0x660050) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 50. RGB value is (102,0,80). Sum of RGB (Red+Green+Blue) = 102+0+80=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #660050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660050 is #99FFAF. Grayscale: #272727. Windows color (decimal): -10092464 or 5242982. OLE color: 5242982.

HSL color Cylindrical-coordinate representation of color #660050: hue angle of 312.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660050 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB102080-
CMYK010.220.6
HSL312.94º100%20%-
HSV(B)312.94º100%40%-
XYZ6.933.47.88-
YUV39.62150.79172.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=56.04%
G=0%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102080010.220.6312.9410020
Hex66050064163C1396414
Octal14601200144267447114424
Binary1100110010100000110010010110111100100111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660050; }

 p { color: rgb(102,0,80); }

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

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

 a { background-color: rgb(102,0,80); }

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

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

 span { border-color: rgb(102,0,80); }

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