#690445

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

Shades of Tyrian Purple #690445

Tints of Tyrian Purple #690445

Color information

#690445 (or 0x690445) is unknown color: approx Tyrian Purple. HEX triplet: 69, 04 and 45. RGB value is (105,4,69). Sum of RGB (Red+Green+Blue) = 105+4+69=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #690445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690445 is #96FBBA. Grayscale: #292929. Windows color (decimal): -9894843 or 4523113. OLE color: 4523113.

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

Color convert

RGB105469-
CMYK00.960.340.59
HSL321.39º92.66%21.37%-
HSV(B)321.39º96.19%41.18%-
XYZ6.943.525.94-
YUV41.61143.46173.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=58.99%
G=2.25%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10546900.960.340.59321.3992.6621.37
Hex69445060223B1415d15
Octal15141050140427350113525
Binary1101001100100010101100000100010111011101000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690445; }

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

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

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

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

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

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

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

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