#66074F

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

Shades of Tyrian Purple #66074F

Tints of Tyrian Purple #66074F

Color information

#66074F (or 0x66074F) is unknown color: approx Tyrian Purple. HEX triplet: 66, 07 and 4F. RGB value is (102,7,79). Sum of RGB (Red+Green+Blue) = 102+7+79=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66074F is #99F8B0. Grayscale: #2B2B2B. Windows color (decimal): -10090673 or 5179238. OLE color: 5179238.

HSL color Cylindrical-coordinate representation of color #66074F: hue angle of 314.53º 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 #66074F is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB102779-
CMYK00.930.230.6
HSL314.53º87.16%21.37%-
HSV(B)314.53º93.14%40%-
XYZ6.973.547.71-
YUV43.61147.97169.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=54.26%
G=3.72%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10277900.930.230.6314.5387.1621.37
Hex6674F05D173C13b5715
Octal14671170135277447312725
Binary110011011110011110101110110111111100100111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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