#661049

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

Shades of Tyrian Purple #661049

Tints of Tyrian Purple #661049

Color information

#661049 (or 0x661049) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 49. RGB value is (102,16,73). Sum of RGB (Red+Green+Blue) = 102+16+73=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #661049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661049 is #99EFB6. Grayscale: #303030. Windows color (decimal): -10088375 or 4788326. OLE color: 4788326.

HSL color Cylindrical-coordinate representation of color #661049: hue angle of 320.23º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661049 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB1021673-
CMYK00.840.280.6
HSL320.23º72.88%23.14%-
HSV(B)320.23º84.31%40%-
XYZ6.873.686.65-
YUV48.21141.99166.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=53.40%
G=8.38%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102167300.840.280.6320.2372.8823.14
Hex6610490541C3C1404917
Octal146201110124347450011127
Binary11001101000010010010101010011100111100101000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661049; }

 p { color: rgb(102,16,73); }

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

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

 a { background-color: rgb(102,16,73); }

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

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

 span { border-color: rgb(102,16,73); }

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