#660936

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

Shades of Tyrian Purple #660936

Tints of Tyrian Purple #660936

Color information

#660936 (or 0x660936) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 36. RGB value is (102,9,54). Sum of RGB (Red+Green+Blue) = 102+9+54=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #660936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660936 is #99F6C9. Grayscale: #292929. Windows color (decimal): -10090186 or 3541350. OLE color: 3541350.

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

Color convert

RGB102954-
CMYK00.910.470.6
HSL330.97º83.78%21.76%-
HSV(B)330.97º91.18%40%-
XYZ6.243.293.8-
YUV41.94134.81170.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=61.82%
G=5.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10295400.910.470.6330.9783.7821.76
Hex6693605B2F3C14b5416
Octal14611660133577451312426
Binary1100110100111011001011011101111111100101001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660936; }

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

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

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

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

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

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

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

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