#680B40

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

Shades of Tyrian Purple #680B40

Tints of Tyrian Purple #680B40

Color information

#680B40 (or 0x680B40) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 40. RGB value is (104,11,64). Sum of RGB (Red+Green+Blue) = 104+11+64=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B40 is #97F4BF. Grayscale: #2C2C2C. Windows color (decimal): -9958592 or 4197224. OLE color: 4197224.

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

Color convert

RGB1041164-
CMYK00.890.380.59
HSL325.81º80.87%22.55%-
HSV(B)325.81º89.42%40.78%-
XYZ6.753.555.18-
YUV44.85138.81170.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=58.10%
G=6.15%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104116400.890.380.59325.8180.8722.55
Hex68B40059263B1465117
Octal150131000131467350612127
Binary11010001011100000001011001100110111011101000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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