#690840

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

Shades of Tyrian Purple #690840

Tints of Tyrian Purple #690840

Color information

#690840 (or 0x690840) is unknown color: approx Tyrian Purple. HEX triplet: 69, 08 and 40. RGB value is (105,8,64). Sum of RGB (Red+Green+Blue) = 105+8+64=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #690840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690840 is #96F7BF. Grayscale: #2B2B2B. Windows color (decimal): -9893824 or 4196457. OLE color: 4196457.

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

Color convert

RGB105864-
CMYK00.920.390.59
HSL325.36º85.84%22.16%-
HSV(B)325.36º92.38%41.18%-
XYZ6.843.555.17-
YUV43.39139.64171.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=59.32%
G=4.52%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10586400.920.390.59325.3685.8422.16
Hex6984005C273B1455616
Octal151101000134477350512626
Binary11010011000100000001011100100111111011101000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690840; }

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

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

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

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

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

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

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

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