#691046

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

Shades of Tyrian Purple #691046

Tints of Tyrian Purple #691046

Color information

#691046 (or 0x691046) is unknown color: approx Tyrian Purple. HEX triplet: 69, 10 and 46. RGB value is (105,16,70). Sum of RGB (Red+Green+Blue) = 105+16+70=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #691046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691046 is #96EFB9. Grayscale: #303030. Windows color (decimal): -9891770 or 4591721. OLE color: 4591721.

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

Color convert

RGB1051670-
CMYK00.850.330.59
HSL323.6º73.55%23.73%-
HSV(B)323.6º84.76%41.18%-
XYZ7.123.826.16-
YUV48.77139.99168.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=54.97%
G=8.38%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105167000.850.330.59323.673.5523.73
Hex691046055213B1444a18
Octal151201060125417350411230
Binary110100110000100011001010101100001111011101000100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691046; }

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

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

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

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

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

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

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

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