#660344

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

Shades of Tyrian Purple #660344

Tints of Tyrian Purple #660344

Color information

#660344 (or 0x660344) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 44. RGB value is (102,3,68). Sum of RGB (Red+Green+Blue) = 102+3+68=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #660344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660344 is #99FCBB. Grayscale: #272727. Windows color (decimal): -10091708 or 4457318. OLE color: 4457318.

HSL color Cylindrical-coordinate representation of color #660344: hue angle of 320.61º 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 #660344 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB102368-
CMYK00.970.330.6
HSL320.61º94.29%20.59%-
HSV(B)320.61º97.06%40%-
XYZ6.563.315.76-
YUV40.01143.8172.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=58.96%
G=1.73%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10236800.970.330.6320.6194.2920.59
Hex66344061213C1415e15
Octal14631040141417450113625
Binary110011011100010001100001100001111100101000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660344; }

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

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

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

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

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

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

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

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