#690739

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

Shades of Tyrian Purple #690739

Tints of Tyrian Purple #690739

Color information

#690739 (or 0x690739) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 39. RGB value is (105,7,57). Sum of RGB (Red+Green+Blue) = 105+7+57=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #690739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690739 is #96F8C6. Grayscale: #292929. Windows color (decimal): -9894087 or 3737449. OLE color: 3737449.

HSL color Cylindrical-coordinate representation of color #690739: hue angle of 329.39º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690739 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB105757-
CMYK00.930.460.59
HSL329.39º87.5%21.96%-
HSV(B)329.39º93.33%41.18%-
XYZ6.643.454.19-
YUV42136.47172.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=62.13%
G=4.14%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10575700.930.460.59329.3987.521.96
Hex6973905D2E3B1495816
Octal1517710135567351113026
Binary110100111111100101011101101110111011101001001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690739; }

 p { color: rgb(105,7,57); }

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

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

 a { background-color: rgb(105,7,57); }

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

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

 span { border-color: rgb(105,7,57); }

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