#690B47

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

Shades of Tyrian Purple #690B47

Tints of Tyrian Purple #690B47

Color information

#690B47 (or 0x690B47) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0B and 47. RGB value is (105,11,71). Sum of RGB (Red+Green+Blue) = 105+11+71=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #690B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B47 is #96F4B8. Grayscale: #2D2D2D. Windows color (decimal): -9893049 or 4655977. OLE color: 4655977.

HSL color Cylindrical-coordinate representation of color #690B47: hue angle of 321.7º 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 #690B47 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1051171-
CMYK00.900.320.59
HSL321.7º81.03%22.75%-
HSV(B)321.7º89.52%41.18%-
XYZ7.083.76.3-
YUV45.95142.14170.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=56.15%
G=5.88%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105117100.900.320.59321.781.0322.75
Hex69B4705A203B1425117
Octal151131070132407350212127
Binary11010011011100011101011010100000111011101000010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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