#660950

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

Shades of Tyrian Purple #660950

Tints of Tyrian Purple #660950

Color information

#660950 (or 0x660950) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 50. RGB value is (102,9,80). Sum of RGB (Red+Green+Blue) = 102+9+80=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #660950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660950 is #99F6AF. Grayscale: #2C2C2C. Windows color (decimal): -10090160 or 5245286. OLE color: 5245286.

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

Color convert

RGB102980-
CMYK00.910.220.6
HSL314.19º83.78%21.76%-
HSV(B)314.19º91.18%40%-
XYZ7.033.67.91-
YUV44.9147.81168.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=53.40%
G=4.71%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298000.910.220.6314.1983.7821.76
Hex6695005B163C13a5416
Octal146111200133267447212426
Binary1100110100110100000101101110110111100100111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660950; }

 p { color: rgb(102,9,80); }

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

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

 a { background-color: rgb(102,9,80); }

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

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

 span { border-color: rgb(102,9,80); }

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