#690940

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

Shades of Tyrian Purple #690940

Tints of Tyrian Purple #690940

Color information

#690940 (or 0x690940) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 40. RGB value is (105,9,64). Sum of RGB (Red+Green+Blue) = 105+9+64=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #690940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690940 is #96F6BF. Grayscale: #2B2B2B. Windows color (decimal): -9893568 or 4196713. OLE color: 4196713.

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

Color convert

RGB105964-
CMYK00.910.390.59
HSL325.62º84.21%22.35%-
HSV(B)325.62º91.43%41.18%-
XYZ6.853.575.18-
YUV43.97139.3171.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=58.99%
G=5.06%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10596400.910.390.59325.6284.2122.35
Hex6994005B273B1465416
Octal151111000133477350612426
Binary11010011001100000001011011100111111011101000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690940; }

 p { color: rgb(105,9,64); }

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

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

 a { background-color: rgb(105,9,64); }

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

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

 span { border-color: rgb(105,9,64); }

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