#691041

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

Shades of Tyrian Purple #691041

Tints of Tyrian Purple #691041

Color information

#691041 (or 0x691041) is unknown color: approx Tyrian Purple. HEX triplet: 69, 10 and 41. RGB value is (105,16,65). Sum of RGB (Red+Green+Blue) = 105+16+65=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #691041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691041 is #96EFBE. Grayscale: #303030. Windows color (decimal): -9891775 or 4264041. OLE color: 4264041.

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

Color convert

RGB1051665-
CMYK00.850.380.59
HSL326.97º73.55%23.73%-
HSV(B)326.97º84.76%41.18%-
XYZ6.973.765.36-
YUV48.2137.49168.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=56.45%
G=8.60%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105166500.850.380.59326.9773.5523.73
Hex691041055263B1474a18
Octal151201010125467350711230
Binary110100110000100000101010101100110111011101000111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691041; }

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

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

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

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

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

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

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

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