#66093C

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

Shades of Tyrian Purple #66093C

Tints of Tyrian Purple #66093C

Color information

#66093C (or 0x66093C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 3C. RGB value is (102,9,60). Sum of RGB (Red+Green+Blue) = 102+9+60=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66093C is #99F6C3. Grayscale: #2A2A2A. Windows color (decimal): -10090180 or 3934566. OLE color: 3934566.

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

Color convert

RGB102960-
CMYK00.910.410.6
HSL327.1º83.78%21.76%-
HSV(B)327.1º91.18%40%-
XYZ6.393.354.58-
YUV42.62137.81170.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=59.65%
G=5.26%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10296000.910.410.6327.183.7821.76
Hex6693C05B293C1475416
Octal14611740133517450712426
Binary1100110100111110001011011101001111100101000111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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