#660246

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

Shades of Tyrian Purple #660246

Tints of Tyrian Purple #660246

Color information

#660246 (or 0x660246) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 46. RGB value is (102,2,70). Sum of RGB (Red+Green+Blue) = 102+2+70=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #660246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660246 is #99FDB9. Grayscale: #272727. Windows color (decimal): -10091962 or 4588134. OLE color: 4588134.

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

Color convert

RGB102270-
CMYK00.980.310.6
HSL319.2º96.15%20.39%-
HSV(B)319.2º98.04%40%-
XYZ6.613.316.09-
YUV39.65145.13172.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=58.62%
G=1.15%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10227000.980.310.6319.296.1520.39
Hex662460621F3C13f6014
Octal14621060142377447714024
Binary11001101010001100110001011111111100100111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660246; }

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

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

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

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

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

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

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

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