#66044A

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

Shades of Tyrian Purple #66044A

Tints of Tyrian Purple #66044A

Color information

#66044A (or 0x66044A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 4A. RGB value is (102,4,74). Sum of RGB (Red+Green+Blue) = 102+4+74=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66044A is #99FBB5. Grayscale: #292929. Windows color (decimal): -10091446 or 4850790. OLE color: 4850790.

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

Color convert

RGB102474-
CMYK00.960.270.6
HSL317.14º92.45%20.78%-
HSV(B)317.14º96.08%40%-
XYZ6.763.416.78-
YUV41.28146.47171.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=56.67%
G=2.22%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10247400.960.270.6317.1492.4520.78
Hex6644A0601B3C13d5c15
Octal14641120140337447513425
Binary110011010010010100110000011011111100100111101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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