#660939

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

Shades of Tyrian Purple #660939

Tints of Tyrian Purple #660939

Color information

#660939 (or 0x660939) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 39. RGB value is (102,9,57). Sum of RGB (Red+Green+Blue) = 102+9+57=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660939 is #99F6C6. Grayscale: #2A2A2A. Windows color (decimal): -10090183 or 3737958. OLE color: 3737958.

HSL color Cylindrical-coordinate representation of color #660939: hue angle of 329.03º 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 #660939 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB102957-
CMYK00.910.440.6
HSL329.03º83.78%21.76%-
HSV(B)329.03º91.18%40%-
XYZ6.323.324.18-
YUV42.28136.31170.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=60.71%
G=5.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10295700.910.440.6329.0383.7821.76
Hex6693905B2C3C1495416
Octal14611710133547451112426
Binary1100110100111100101011011101100111100101001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660939; }

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

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

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

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

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

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

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

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