#680B36

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

Shades of Tyrian Purple #680B36

Tints of Tyrian Purple #680B36

Color information

#680B36 (or 0x680B36) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 36. RGB value is (104,11,54). Sum of RGB (Red+Green+Blue) = 104+11+54=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #680B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B36 is #97F4C9. Grayscale: #2B2B2B. Windows color (decimal): -9958602 or 3541864. OLE color: 3541864.

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

Color convert

RGB1041154-
CMYK00.890.480.59
HSL332.26º80.87%22.55%-
HSV(B)332.26º89.42%40.78%-
XYZ6.493.453.81-
YUV43.71133.81171-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=61.54%
G=6.51%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104115400.890.480.59332.2680.8722.55
Hex68B36059303B14c5117
Octal15013660131607351412127
Binary1101000101111011001011001110000111011101001100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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