#660650

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

Shades of Tyrian Purple #660650

Tints of Tyrian Purple #660650

Color information

#660650 (or 0x660650) is unknown color: approx Tyrian Purple. HEX triplet: 66, 06 and 50. RGB value is (102,6,80). Sum of RGB (Red+Green+Blue) = 102+6+80=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660650 is #99F9AF. Grayscale: #2A2A2A. Windows color (decimal): -10090928 or 5244518. OLE color: 5244518.

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

Color convert

RGB102680-
CMYK00.940.220.6
HSL313.75º88.89%21.18%-
HSV(B)313.75º94.12%40%-
XYZ6.993.537.9-
YUV43.14148.8169.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=54.26%
G=3.19%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10268000.940.220.6313.7588.8921.18
Hex6665005E163C13a5915
Octal14661200136267447213125
Binary110011011010100000101111010110111100100111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660650; }

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

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

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

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

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

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

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

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