#660159

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

Shades of Tyrian Purple #660159

Tints of Tyrian Purple #660159

Color information

#660159 (or 0x660159) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 59. RGB value is (102,1,89). Sum of RGB (Red+Green+Blue) = 102+1+89=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #660159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660159 is #99FEA6. Grayscale: #282828. Windows color (decimal): -10092199 or 5833062. OLE color: 5833062.

HSL color Cylindrical-coordinate representation of color #660159: hue angle of 307.72º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660159 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB102189-
CMYK00.990.130.6
HSL307.72º98.06%20.2%-
HSV(B)307.72º99.02%40%-
XYZ7.293.579.76-
YUV41.23154.96171.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=53.12%
G=0.52%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10218900.990.130.6307.7298.0620.2
Hex66159063D3C1346214
Octal14611310143157446414224
Binary110011011011001011000111101111100100110100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660159; }

 p { color: rgb(102,1,89); }

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

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

 a { background-color: rgb(102,1,89); }

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

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

 span { border-color: rgb(102,1,89); }

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