#660941

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

Shades of Tyrian Purple #660941

Tints of Tyrian Purple #660941

Color information

#660941 (or 0x660941) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 41. RGB value is (102,9,65). Sum of RGB (Red+Green+Blue) = 102+9+65=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660941 is #99F6BE. Grayscale: #2B2B2B. Windows color (decimal): -10090175 or 4262246. OLE color: 4262246.

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

Color convert

RGB102965-
CMYK00.910.360.6
HSL323.87º83.78%21.76%-
HSV(B)323.87º91.18%40%-
XYZ6.533.45.31-
YUV43.19140.31169.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=57.95%
G=5.11%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10296500.910.360.6323.8783.7821.76
Hex6694105B243C1445416
Octal146111010133447450412426
Binary11001101001100000101011011100100111100101000100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660941; }

 p { color: rgb(102,9,65); }

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

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

 a { background-color: rgb(102,9,65); }

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

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

 span { border-color: rgb(102,9,65); }

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