#680336

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

Shades of Tyrian Purple #680336

Tints of Tyrian Purple #680336

Color information

#680336 (or 0x680336) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 36. RGB value is (104,3,54). Sum of RGB (Red+Green+Blue) = 104+3+54=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #680336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680336 is #97FCC9. Grayscale: #262626. Windows color (decimal): -9960650 or 3539816. OLE color: 3539816.

HSL color Cylindrical-coordinate representation of color #680336: hue angle of 329.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680336 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB104354-
CMYK00.970.480.59
HSL329.7º94.39%20.98%-
HSV(B)329.7º97.12%40.78%-
XYZ6.413.273.78-
YUV39.01136.46174.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=64.60%
G=1.86%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10435400.970.480.59329.794.3920.98
Hex68336061303B14a5e15
Octal1503660141607351213625
Binary11010001111011001100001110000111011101001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680336; }

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

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

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

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

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

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

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

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