#660146

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

Shades of Tyrian Purple #660146

Tints of Tyrian Purple #660146

Color information

#660146 (or 0x660146) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 46. RGB value is (102,1,70). Sum of RGB (Red+Green+Blue) = 102+1+70=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #660146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660146 is #99FEB9. Grayscale: #262626. Windows color (decimal): -10092218 or 4587878. OLE color: 4587878.

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

Color convert

RGB102170-
CMYK00.990.310.6
HSL319.01º98.06%20.2%-
HSV(B)319.01º99.02%40%-
XYZ6.63.296.08-
YUV39.06145.46172.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=58.96%
G=0.58%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10217000.990.310.6319.0198.0620.2
Hex661460631F3C13f6214
Octal14611060143377447714224
Binary1100110110001100110001111111111100100111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660146; }

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

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

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

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

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

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

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

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