#690949

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

Shades of Tyrian Purple #690949

Tints of Tyrian Purple #690949

Color information

#690949 (or 0x690949) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 49. RGB value is (105,9,73). Sum of RGB (Red+Green+Blue) = 105+9+73=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #690949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690949 is #96F6B6. Grayscale: #2C2C2C. Windows color (decimal): -9893559 or 4786537. OLE color: 4786537.

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

Color convert

RGB105973-
CMYK00.910.300.59
HSL320º84.21%22.35%-
HSV(B)320º91.43%41.18%-
XYZ7.133.686.64-
YUV45143.8170.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=56.15%
G=4.81%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597300.910.300.5932084.2122.35
Hex6994905B1E3B1405416
Octal151111110133367350012426
Binary1101001100110010010101101111110111011101000000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690949; }

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

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

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

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

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

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

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

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