#680346

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

Shades of Tyrian Purple #680346

Tints of Tyrian Purple #680346

Color information

#680346 (or 0x680346) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 46. RGB value is (104,3,70). Sum of RGB (Red+Green+Blue) = 104+3+70=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #680346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680346 is #97FCB9. Grayscale: #282828. Windows color (decimal): -9960634 or 4588392. OLE color: 4588392.

HSL color Cylindrical-coordinate representation of color #680346: hue angle of 320.2º 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 #680346 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB104370-
CMYK00.970.330.59
HSL320.2º94.39%20.98%-
HSV(B)320.2º97.12%40.78%-
XYZ6.853.456.1-
YUV40.84144.46173.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=58.76%
G=1.69%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10437000.970.330.59320.294.3920.98
Hex68346061213B1405e15
Octal15031060141417350013625
Binary110100011100011001100001100001111011101000000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680346; }

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

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

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

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

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

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

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

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