#690945

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

Shades of Tyrian Purple #690945

Tints of Tyrian Purple #690945

Color information

#690945 (or 0x690945) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 45. RGB value is (105,9,69). Sum of RGB (Red+Green+Blue) = 105+9+69=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #690945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690945 is #96F6BA. Grayscale: #2C2C2C. Windows color (decimal): -9893563 or 4524393. OLE color: 4524393.

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

Color convert

RGB105969-
CMYK00.910.340.59
HSL322.5º84.21%22.35%-
HSV(B)322.5º91.43%41.18%-
XYZ73.635.96-
YUV44.54141.8171.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=57.38%
G=4.92%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10596900.910.340.59322.584.2122.35
Hex6994505B223B1425416
Octal151111050133427350212426
Binary11010011001100010101011011100010111011101000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690945; }

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

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

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

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

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

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

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

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