#660645

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

Shades of Tyrian Purple #660645

Tints of Tyrian Purple #660645

Color information

#660645 (or 0x660645) is unknown color: approx Tyrian Purple. HEX triplet: 66, 06 and 45. RGB value is (102,6,69). Sum of RGB (Red+Green+Blue) = 102+6+69=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #660645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660645 is #99F9BA. Grayscale: #292929. Windows color (decimal): -10090939 or 4523622. OLE color: 4523622.

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

Color convert

RGB102669-
CMYK00.940.320.6
HSL320.62º88.89%21.18%-
HSV(B)320.62º94.12%40%-
XYZ6.623.385.93-
YUV41.89143.3170.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=57.63%
G=3.39%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10266900.940.320.6320.6288.8921.18
Hex6664505E203C1415915
Octal14661050136407450113125
Binary1100110110100010101011110100000111100101000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660645; }

 p { color: rgb(102,6,69); }

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

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

 a { background-color: rgb(102,6,69); }

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

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

 span { border-color: rgb(102,6,69); }

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