#66092C

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

Shades of Tyrian Purple #66092C

Tints of Tyrian Purple #66092C

Color information

#66092C (or 0x66092C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 2C. RGB value is (102,9,44). Sum of RGB (Red+Green+Blue) = 102+9+44=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #66092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66092C is #99F6D3. Grayscale: #282828. Windows color (decimal): -10090196 or 2885990. OLE color: 2885990.

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

Color convert

RGB102944-
CMYK00.910.570.6
HSL337.42º83.78%21.76%-
HSV(B)337.42º91.18%40%-
XYZ6.033.22.68-
YUV40.8129.81171.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=65.81%
G=5.81%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10294400.910.570.6337.4283.7821.76
Hex6692C05B393C1515416
Octal14611540133717452112426
Binary1100110100110110001011011111001111100101010001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66092C; }

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

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

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

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

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

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

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

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