#690E40

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

Shades of Tyrian Purple #690E40

Tints of Tyrian Purple #690E40

Color information

#690E40 (or 0x690E40) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0E and 40. RGB value is (105,14,64). Sum of RGB (Red+Green+Blue) = 105+14+64=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #690E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690E40 is #96F1BF. Grayscale: #2E2E2E. Windows color (decimal): -9892288 or 4197993. OLE color: 4197993.

HSL color Cylindrical-coordinate representation of color #690E40: hue angle of 327.03º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E40 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1051464-
CMYK00.870.390.59
HSL327.03º76.47%23.33%-
HSV(B)327.03º86.67%41.18%-
XYZ6.913.695.2-
YUV46.91137.65169.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=57.38%
G=7.65%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105146400.870.390.59327.0376.4723.33
Hex69E40057273B1474c17
Octal151161000127477350711427
Binary11010011110100000001010111100111111011101000111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690E40; }

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

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

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

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

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

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

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

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