#680359

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

Shades of Tyrian Purple #680359

Tints of Tyrian Purple #680359

Color information

#680359 (or 0x680359) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 59. RGB value is (104,3,89). Sum of RGB (Red+Green+Blue) = 104+3+89=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680359 is #97FCA6. Grayscale: #2A2A2A. Windows color (decimal): -9960615 or 5833576. OLE color: 5833576.

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

Color convert

RGB104389-
CMYK00.970.140.59
HSL308.91º94.39%20.98%-
HSV(B)308.91º97.12%40.78%-
XYZ7.543.739.77-
YUV43153.96171.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=53.06%
G=1.53%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10438900.970.140.59308.9194.3920.98
Hex68359061E3B1355e15
Octal15031310141167346513625
Binary1101000111011001011000011110111011100110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680359; }

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

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

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

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

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

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

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

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