#660044

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

Shades of Tyrian Purple #660044

Tints of Tyrian Purple #660044

Color information

#660044 (or 0x660044) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 44. RGB value is (102,0,68). Sum of RGB (Red+Green+Blue) = 102+0+68=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #660044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660044 is #99FFBB. Grayscale: #262626. Windows color (decimal): -10092476 or 4456550. OLE color: 4456550.

HSL color Cylindrical-coordinate representation of color #660044: hue angle of 320º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660044 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB102068-
CMYK010.330.6
HSL320º100%20%-
HSV(B)320º100%40%-
XYZ6.523.245.75-
YUV38.25144.79173.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102068010.330.632010020
Hex66044064213C1406414
Octal14601040144417450014424
Binary11001100100010001100100100001111100101000000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660044; }

 p { color: rgb(102,0,68); }

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

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

 a { background-color: rgb(102,0,68); }

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

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

 span { border-color: rgb(102,0,68); }

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