#66093A

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

Shades of Tyrian Purple #66093A

Tints of Tyrian Purple #66093A

Color information

#66093A (or 0x66093A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 3A. RGB value is (102,9,58). Sum of RGB (Red+Green+Blue) = 102+9+58=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66093A is #99F6C5. Grayscale: #2A2A2A. Windows color (decimal): -10090182 or 3803494. OLE color: 3803494.

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

Color convert

RGB102958-
CMYK00.910.430.6
HSL328.39º83.78%21.76%-
HSV(B)328.39º91.18%40%-
XYZ6.343.334.31-
YUV42.39136.81170.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=60.36%
G=5.33%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10295800.910.430.6328.3983.7821.76
Hex6693A05B2B3C1485416
Octal14611720133537451012426
Binary1100110100111101001011011101011111100101001000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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