#691047

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

Shades of Tyrian Purple #691047

Tints of Tyrian Purple #691047

Color information

#691047 (or 0x691047) is unknown color: approx Tyrian Purple. HEX triplet: 69, 10 and 47. RGB value is (105,16,71). Sum of RGB (Red+Green+Blue) = 105+16+71=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #691047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691047 is #96EFB8. Grayscale: #303030. Windows color (decimal): -9891769 or 4657257. OLE color: 4657257.

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

Color convert

RGB1051671-
CMYK00.850.320.59
HSL322.92º73.55%23.73%-
HSV(B)322.92º84.76%41.18%-
XYZ7.153.836.32-
YUV48.88140.49168.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=54.69%
G=8.33%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105167100.850.320.59322.9273.5523.73
Hex691047055203B1434a18
Octal151201070125407350311230
Binary110100110000100011101010101100000111011101000011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691047; }

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

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

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

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

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

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

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

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