#66034E

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

Shades of Tyrian Purple #66034E

Tints of Tyrian Purple #66034E

Color information

#66034E (or 0x66034E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 4E. RGB value is (102,3,78). Sum of RGB (Red+Green+Blue) = 102+3+78=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66034E is #99FCB1. Grayscale: #282828. Windows color (decimal): -10091698 or 5112678. OLE color: 5112678.

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

Color convert

RGB102378-
CMYK00.970.240.6
HSL314.55º94.29%20.59%-
HSV(B)314.55º97.06%40%-
XYZ6.893.447.51-
YUV41.15148.8171.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=55.74%
G=1.64%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10237800.970.240.6314.5594.2920.59
Hex6634E061183C13b5e15
Octal14631160141307447313625
Binary11001101110011100110000111000111100100111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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