#680331

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

Shades of Tyrian Purple #680331

Tints of Tyrian Purple #680331

Color information

#680331 (or 0x680331) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 31. RGB value is (104,3,49). Sum of RGB (Red+Green+Blue) = 104+3+49=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #680331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680331 is #97FCCE. Grayscale: #262626. Windows color (decimal): -9960655 or 3212136. OLE color: 3212136.

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

Color convert

RGB104349-
CMYK00.970.530.59
HSL332.67º94.39%20.98%-
HSV(B)332.67º97.12%40.78%-
XYZ6.33.233.2-
YUV38.44133.96174.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=66.67%
G=1.92%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10434900.970.530.59332.6794.3920.98
Hex68331061353B14d5e15
Octal1503610141657351513625
Binary11010001111000101100001110101111011101001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680331; }

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

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

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

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

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

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

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

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