#660D3A

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

Shades of Tyrian Purple #660D3A

Tints of Tyrian Purple #660D3A

Color information

#660D3A (or 0x660D3A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 3A. RGB value is (102,13,58). Sum of RGB (Red+Green+Blue) = 102+13+58=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #660D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D3A is #99F2C5. Grayscale: #2C2C2C. Windows color (decimal): -10089158 or 3804518. OLE color: 3804518.

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

Color convert

RGB1021358-
CMYK00.870.430.6
HSL329.66º77.39%22.55%-
HSV(B)329.66º87.25%40%-
XYZ6.393.424.33-
YUV44.74135.49168.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=58.96%
G=7.51%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102135800.870.430.6329.6677.3922.55
Hex66D3A0572B3C14a4d17
Octal14615720127537451211527
Binary1100110110111101001010111101011111100101001010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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