#66093E

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

Shades of Tyrian Purple #66093E

Tints of Tyrian Purple #66093E

Color information

#66093E (or 0x66093E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 3E. RGB value is (102,9,62). Sum of RGB (Red+Green+Blue) = 102+9+62=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #66093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66093E is #99F6C1. Grayscale: #2A2A2A. Windows color (decimal): -10090178 or 4065638. OLE color: 4065638.

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

Color convert

RGB102962-
CMYK00.910.390.6
HSL325.81º83.78%21.76%-
HSV(B)325.81º91.18%40%-
XYZ6.453.374.87-
YUV42.85138.81170.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=58.96%
G=5.20%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10296200.910.390.6325.8183.7821.76
Hex6693E05B273C1465416
Octal14611760133477450612426
Binary1100110100111111001011011100111111100101000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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