#660D3D

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

Shades of Tyrian Purple #660D3D

Tints of Tyrian Purple #660D3D

Color information

#660D3D (or 0x660D3D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 3D. RGB value is (102,13,61). Sum of RGB (Red+Green+Blue) = 102+13+61=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D3D is #99F2C2. Grayscale: #2C2C2C. Windows color (decimal): -10089155 or 4001126. OLE color: 4001126.

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

Color convert

RGB1021361-
CMYK00.870.400.6
HSL327.64º77.39%22.55%-
HSV(B)327.64º87.25%40%-
XYZ6.473.454.74-
YUV45.08136.99168.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=57.95%
G=7.39%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102136100.870.400.6327.6477.3922.55
Hex66D3D057283C1484d17
Octal14615750127507451011527
Binary1100110110111110101010111101000111100101001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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