#660E3D

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

Shades of Tyrian Purple #660E3D

Tints of Tyrian Purple #660E3D

Color information

#660E3D (or 0x660E3D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0E and 3D. RGB value is (102,14,61). Sum of RGB (Red+Green+Blue) = 102+14+61=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #660E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E3D is #99F1C2. Grayscale: #2D2D2D. Windows color (decimal): -10088899 or 4001382. OLE color: 4001382.

HSL color Cylindrical-coordinate representation of color #660E3D: hue angle of 327.95º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660E3D is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1021461-
CMYK00.860.400.6
HSL327.95º75.86%22.75%-
HSV(B)327.95º86.27%40%-
XYZ6.483.484.74-
YUV45.67136.65168.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=57.63%
G=7.91%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102146100.860.400.6327.9575.8622.75
Hex66E3D056283C1484c17
Octal14616750126507451011427
Binary1100110111011110101010110101000111100101001000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,14,61); }

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

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

 a { background-color: rgb(102,14,61); }

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

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

 span { border-color: rgb(102,14,61); }

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