#660740

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

Shades of Tyrian Purple #660740

Tints of Tyrian Purple #660740

Color information

#660740 (or 0x660740) is unknown color: approx Tyrian Purple. HEX triplet: 66, 07 and 40. RGB value is (102,7,64). Sum of RGB (Red+Green+Blue) = 102+7+64=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #660740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660740 is #99F8BF. Grayscale: #292929. Windows color (decimal): -10090688 or 4196198. OLE color: 4196198.

HSL color Cylindrical-coordinate representation of color #660740: hue angle of 324º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660740 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB102764-
CMYK00.930.370.6
HSL324º87.16%21.37%-
HSV(B)324º93.14%40%-
XYZ6.483.355.15-
YUV41.9140.47170.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=58.96%
G=4.05%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10276400.930.370.632487.1621.37
Hex6674005D253C1445715
Octal14671000135457450412725
Binary1100110111100000001011101100101111100101000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660740; }

 p { color: rgb(102,7,64); }

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

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

 a { background-color: rgb(102,7,64); }

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

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

 span { border-color: rgb(102,7,64); }

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