#661044

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

Shades of Tyrian Purple #661044

Tints of Tyrian Purple #661044

Color information

#661044 (or 0x661044) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 44. RGB value is (102,16,68). Sum of RGB (Red+Green+Blue) = 102+16+68=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #661044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661044 is #99EFBB. Grayscale: #2F2F2F. Windows color (decimal): -10088380 or 4460646. OLE color: 4460646.

HSL color Cylindrical-coordinate representation of color #661044: hue angle of 323.72º 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 #661044 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1021668-
CMYK00.840.330.6
HSL323.72º72.88%23.14%-
HSV(B)323.72º84.31%40%-
XYZ6.713.615.81-
YUV47.64139.49166.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=54.84%
G=8.60%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102166800.840.330.6323.7272.8823.14
Hex661044054213C1444917
Octal146201040124417450411127
Binary110011010000100010001010100100001111100101000100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661044; }

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

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

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

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

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

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

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

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