#66084E

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

Shades of Tyrian Purple #66084E

Tints of Tyrian Purple #66084E

Color information

#66084E (or 0x66084E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 08 and 4E. RGB value is (102,8,78). Sum of RGB (Red+Green+Blue) = 102+8+78=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66084E is #99F7B1. Grayscale: #2B2B2B. Windows color (decimal): -10090418 or 5113958. OLE color: 5113958.

HSL color Cylindrical-coordinate representation of color #66084E: hue angle of 315.32º 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 #66084E is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB102878-
CMYK00.920.240.6
HSL315.32º85.45%21.57%-
HSV(B)315.32º92.16%40%-
XYZ6.943.557.53-
YUV44.09147.14169.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=54.26%
G=4.26%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10287800.920.240.6315.3285.4521.57
Hex6684E05C183C13b5516
Octal146101160134307447312526
Binary1100110100010011100101110011000111100100111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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