#66064A

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

Shades of Tyrian Purple #66064A

Tints of Tyrian Purple #66064A

Color information

#66064A (or 0x66064A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 06 and 4A. RGB value is (102,6,74). Sum of RGB (Red+Green+Blue) = 102+6+74=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66064A is #99F9B5. Grayscale: #2A2A2A. Windows color (decimal): -10090934 or 4851302. OLE color: 4851302.

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

Color convert

RGB102674-
CMYK00.940.270.6
HSL317.5º88.89%21.18%-
HSV(B)317.5º94.12%40%-
XYZ6.783.456.79-
YUV42.46145.8170.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=56.04%
G=3.30%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10267400.940.270.6317.588.8921.18
Hex6664A05E1B3C13e5915
Octal14661120136337447613125
Binary110011011010010100101111011011111100100111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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