#66074D

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

Shades of Tyrian Purple #66074D

Tints of Tyrian Purple #66074D

Color information

#66074D (or 0x66074D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 07 and 4D. RGB value is (102,7,77). Sum of RGB (Red+Green+Blue) = 102+7+77=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66074D is #99F8B2. Grayscale: #2B2B2B. Windows color (decimal): -10090675 or 5048166. OLE color: 5048166.

HSL color Cylindrical-coordinate representation of color #66074D: hue angle of 315.79º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66074D is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB102777-
CMYK00.930.250.6
HSL315.79º87.16%21.37%-
HSV(B)315.79º93.14%40%-
XYZ6.93.517.34-
YUV43.38146.97169.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=54.84%
G=3.76%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10277700.930.250.6315.7987.1621.37
Hex6674D05D193C13c5715
Octal14671150135317447412725
Binary110011011110011010101110111001111100100111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66074D; }

 p { color: rgb(102,7,77); }

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

<style>
 a { background-color: #66074D; }

 a { background-color: rgb(102,7,77); }

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

<style>
 span { border-color: #66074D; }

 span { border-color: rgb(102,7,77); }

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