#680B3C

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

Shades of Tyrian Purple #680B3C

Tints of Tyrian Purple #680B3C

Color information

#680B3C (or 0x680B3C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 3C. RGB value is (104,11,60). Sum of RGB (Red+Green+Blue) = 104+11+60=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B3C is #97F4C3. Grayscale: #2C2C2C. Windows color (decimal): -9958596 or 3935080. OLE color: 3935080.

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

Color convert

RGB1041160-
CMYK00.890.420.59
HSL328.39º80.87%22.55%-
HSV(B)328.39º89.42%40.78%-
XYZ6.643.514.6-
YUV44.39136.81170.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=59.43%
G=6.29%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104116000.890.420.59328.3980.8722.55
Hex68B3C0592A3B1485117
Octal15013740131527351012127
Binary1101000101111110001011001101010111011101001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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