#691049

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

Shades of Tyrian Purple #691049

Tints of Tyrian Purple #691049

Color information

#691049 (or 0x691049) is unknown color: approx Tyrian Purple. HEX triplet: 69, 10 and 49. RGB value is (105,16,73). Sum of RGB (Red+Green+Blue) = 105+16+73=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #691049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691049 is #96EFB6. Grayscale: #303030. Windows color (decimal): -9891767 or 4788329. OLE color: 4788329.

HSL color Cylindrical-coordinate representation of color #691049: hue angle of 321.57º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691049 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1051673-
CMYK00.850.300.59
HSL321.57º73.55%23.73%-
HSV(B)321.57º84.76%41.18%-
XYZ7.213.856.67-
YUV49.11141.49167.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=54.12%
G=8.25%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105167300.850.300.59321.5773.5523.73
Hex6910490551E3B1424a18
Octal151201110125367350211230
Binary11010011000010010010101010111110111011101000010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691049; }

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

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

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

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

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

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

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

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