#660656

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

Shades of Tyrian Purple #660656

Tints of Tyrian Purple #660656

Color information

#660656 (or 0x660656) is unknown color: approx Tyrian Purple. HEX triplet: 66, 06 and 56. RGB value is (102,6,86). Sum of RGB (Red+Green+Blue) = 102+6+86=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #660656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660656 is #99F9A9. Grayscale: #2B2B2B. Windows color (decimal): -10090922 or 5637734. OLE color: 5637734.

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

Color convert

RGB102686-
CMYK00.940.160.6
HSL310º88.89%21.18%-
HSV(B)310º94.12%40%-
XYZ7.223.639.12-
YUV43.82151.8169.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=52.58%
G=3.09%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10268600.940.160.631088.8921.18
Hex6665605E103C1365915
Octal14661260136207446613125
Binary110011011010101100101111010000111100100110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660656; }

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

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

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

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

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

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

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

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