#660A2E

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

Shades of Tyrian Purple #660A2E

Tints of Tyrian Purple #660A2E

Color information

#660A2E (or 0x660A2E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 2E. RGB value is (102,10,46). Sum of RGB (Red+Green+Blue) = 102+10+46=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A2E is #99F5D1. Grayscale: #292929. Windows color (decimal): -10089938 or 3017318. OLE color: 3017318.

HSL color Cylindrical-coordinate representation of color #660A2E: hue angle of 336.52º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A2E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1021046-
CMYK00.900.550.6
HSL336.52º82.14%21.96%-
HSV(B)336.52º90.2%40%-
XYZ6.083.242.89-
YUV41.61130.48171.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.56%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=64.56%
G=6.33%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102104600.900.550.6336.5282.1421.96
Hex66A2E05A373C1515216
Octal14612560132677452112226
Binary1100110101010111001011010110111111100101010001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660A2E; }

 p { color: rgb(102,10,46); }

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

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

 a { background-color: rgb(102,10,46); }

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

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

 span { border-color: rgb(102,10,46); }

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