#66084A

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

Shades of Tyrian Purple #66084A

Tints of Tyrian Purple #66084A

Color information

#66084A (or 0x66084A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 08 and 4A. RGB value is (102,8,74). Sum of RGB (Red+Green+Blue) = 102+8+74=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66084A is #99F7B5. Grayscale: #2B2B2B. Windows color (decimal): -10090422 or 4851814. OLE color: 4851814.

HSL color Cylindrical-coordinate representation of color #66084A: hue angle of 317.87º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66084A is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB102874-
CMYK00.920.270.6
HSL317.87º85.45%21.57%-
HSV(B)317.87º92.16%40%-
XYZ6.83.496.79-
YUV43.63145.14169.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=55.43%
G=4.35%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10287400.920.270.6317.8785.4521.57
Hex6684A05C1B3C13e5516
Octal146101120134337447612526
Binary1100110100010010100101110011011111100100111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,8,74); }

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

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

 a { background-color: rgb(102,8,74); }

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

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

 span { border-color: rgb(102,8,74); }

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