#661046

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

Shades of Tyrian Purple #661046

Tints of Tyrian Purple #661046

Color information

#661046 (or 0x661046) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 46. RGB value is (102,16,70). Sum of RGB (Red+Green+Blue) = 102+16+70=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #661046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661046 is #99EFB9. Grayscale: #2F2F2F. Windows color (decimal): -10088378 or 4591718. OLE color: 4591718.

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

Color convert

RGB1021670-
CMYK00.840.310.6
HSL322.33º72.88%23.14%-
HSV(B)322.33º84.31%40%-
XYZ6.773.646.14-
YUV47.87140.49166.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=54.26%
G=8.51%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102167000.840.310.6322.3372.8823.14
Hex6610460541F3C1424917
Octal146201060124377450211127
Binary11001101000010001100101010011111111100101000010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661046; }

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

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

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

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

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

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

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

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