#680B47

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

Shades of Tyrian Purple #680B47

Tints of Tyrian Purple #680B47

Color information

#680B47 (or 0x680B47) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 47. RGB value is (104,11,71). Sum of RGB (Red+Green+Blue) = 104+11+71=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #680B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B47 is #97F4B8. Grayscale: #2D2D2D. Windows color (decimal): -9958585 or 4655976. OLE color: 4655976.

HSL color Cylindrical-coordinate representation of color #680B47: hue angle of 321.29º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B47 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1041171-
CMYK00.890.320.59
HSL321.29º80.87%22.55%-
HSV(B)321.29º89.42%40.78%-
XYZ6.973.646.3-
YUV45.65142.31169.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 11 (4.69% from 255) = 5.91%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=55.91%
G=5.91%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104117100.890.320.59321.2980.8722.55
Hex68B47059203B1415117
Octal150131070131407350112127
Binary11010001011100011101011001100000111011101000001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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