#680B45

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

Shades of Tyrian Purple #680B45

Tints of Tyrian Purple #680B45

Color information

#680B45 (or 0x680B45) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 45. RGB value is (104,11,69). Sum of RGB (Red+Green+Blue) = 104+11+69=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #680B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B45 is #97F4BA. Grayscale: #2D2D2D. Windows color (decimal): -9958587 or 4524904. OLE color: 4524904.

HSL color Cylindrical-coordinate representation of color #680B45: hue angle of 322.58º 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 #680B45 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1041169-
CMYK00.890.340.59
HSL322.58º80.87%22.55%-
HSV(B)322.58º89.42%40.78%-
XYZ6.93.615.96-
YUV45.42141.31169.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=56.52%
G=5.98%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104116900.890.340.59322.5880.8722.55
Hex68B45059223B1435117
Octal150131050131427350312127
Binary11010001011100010101011001100010111011101000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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