#660D46

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

Shades of Tyrian Purple #660D46

Tints of Tyrian Purple #660D46

Color information

#660D46 (or 0x660D46) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 46. RGB value is (102,13,70). Sum of RGB (Red+Green+Blue) = 102+13+70=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #660D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D46 is #99F2B9. Grayscale: #2D2D2D. Windows color (decimal): -10089146 or 4590950. OLE color: 4590950.

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

Color convert

RGB1021370-
CMYK00.870.310.6
HSL321.57º77.39%22.55%-
HSV(B)321.57º87.25%40%-
XYZ6.733.556.13-
YUV46.11141.49167.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=55.14%
G=7.03%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102137000.870.310.6321.5777.3922.55
Hex66D460571F3C1424d17
Octal146151060127377450211527
Binary1100110110110001100101011111111111100101000010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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