#690B40

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

Shades of Tyrian Purple #690B40

Tints of Tyrian Purple #690B40

Color information

#690B40 (or 0x690B40) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0B and 40. RGB value is (105,11,64). Sum of RGB (Red+Green+Blue) = 105+11+64=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #690B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B40 is #96F4BF. Grayscale: #2D2D2D. Windows color (decimal): -9893056 or 4197225. OLE color: 4197225.

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

Color convert

RGB1051164-
CMYK00.900.390.59
HSL326.17º81.03%22.75%-
HSV(B)326.17º89.52%41.18%-
XYZ6.873.615.19-
YUV45.15138.64170.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.33%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=58.33%
G=6.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105116400.900.390.59326.1781.0322.75
Hex69B4005A273B1465117
Octal151131000132477350612127
Binary11010011011100000001011010100111111011101000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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