#680B3A

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

Shades of Tyrian Purple #680B3A

Tints of Tyrian Purple #680B3A

Color information

#680B3A (or 0x680B3A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 3A. RGB value is (104,11,58). Sum of RGB (Red+Green+Blue) = 104+11+58=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #680B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B3A is #97F4C5. Grayscale: #2C2C2C. Windows color (decimal): -9958598 or 3804008. OLE color: 3804008.

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

Color convert

RGB1041158-
CMYK00.890.440.59
HSL329.68º80.87%22.55%-
HSV(B)329.68º89.42%40.78%-
XYZ6.593.494.33-
YUV44.16135.81170.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=60.12%
G=6.36%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104115800.890.440.59329.6880.8722.55
Hex68B3A0592C3B14a5117
Octal15013720131547351212127
Binary1101000101111101001011001101100111011101001010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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