#660D3B

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

Shades of Tyrian Purple #660D3B

Tints of Tyrian Purple #660D3B

Color information

#660D3B (or 0x660D3B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 3B. RGB value is (102,13,59). Sum of RGB (Red+Green+Blue) = 102+13+59=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #660D3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D3B is #99F2C4. Grayscale: #2C2C2C. Windows color (decimal): -10089157 or 3870054. OLE color: 3870054.

HSL color Cylindrical-coordinate representation of color #660D3B: hue angle of 328.99º 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 #660D3B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1021359-
CMYK00.870.420.6
HSL328.99º77.39%22.55%-
HSV(B)328.99º87.25%40%-
XYZ6.413.434.46-
YUV44.86135.99168.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=58.62%
G=7.47%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102135900.870.420.6328.9977.3922.55
Hex66D3B0572A3C1494d17
Octal14615730127527451111527
Binary1100110110111101101010111101010111100101001001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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