#691042

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

Shades of Tyrian Purple #691042

Tints of Tyrian Purple #691042

Color information

#691042 (or 0x691042) is unknown color: approx Tyrian Purple. HEX triplet: 69, 10 and 42. RGB value is (105,16,66). Sum of RGB (Red+Green+Blue) = 105+16+66=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #691042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691042 is #96EFBD. Grayscale: #303030. Windows color (decimal): -9891774 or 4329577. OLE color: 4329577.

HSL color Cylindrical-coordinate representation of color #691042: hue angle of 326.29º 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 #691042 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1051666-
CMYK00.850.370.59
HSL326.29º73.55%23.73%-
HSV(B)326.29º84.76%41.18%-
XYZ6.993.775.51-
YUV48.31137.99168.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=56.15%
G=8.56%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105166600.850.370.59326.2973.5523.73
Hex691042055253B1464a18
Octal151201020125457350611230
Binary110100110000100001001010101100101111011101000110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691042; }

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

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

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

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

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

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

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

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