#660750

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

Shades of Tyrian Purple #660750

Tints of Tyrian Purple #660750

Color information

#660750 (or 0x660750) is unknown color: approx Tyrian Purple. HEX triplet: 66, 07 and 50. RGB value is (102,7,80). Sum of RGB (Red+Green+Blue) = 102+7+80=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #660750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660750 is #99F8AF. Grayscale: #2B2B2B. Windows color (decimal): -10090672 or 5244774. OLE color: 5244774.

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

Color convert

RGB102780-
CMYK00.930.220.6
HSL313.89º87.16%21.37%-
HSV(B)313.89º93.14%40%-
XYZ73.567.91-
YUV43.73148.47169.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=53.97%
G=3.70%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10278000.930.220.6313.8987.1621.37
Hex6675005D163C13a5715
Octal14671200135267447212725
Binary110011011110100000101110110110111100100111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660750; }

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

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

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

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

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

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

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

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