#680236

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

Shades of Tyrian Purple #680236

Tints of Tyrian Purple #680236

Color information

#680236 (or 0x680236) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 36. RGB value is (104,2,54). Sum of RGB (Red+Green+Blue) = 104+2+54=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #680236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680236 is #97FDC9. Grayscale: #262626. Windows color (decimal): -9960906 or 3539560. OLE color: 3539560.

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

Color convert

RGB104254-
CMYK00.980.480.59
HSL329.41º96.23%20.78%-
HSV(B)329.41º98.08%40.78%-
XYZ6.43.253.78-
YUV38.43136.79174.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=65%
G=1.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10425400.980.480.59329.4196.2320.78
Hex68236062303B1496015
Octal1502660142607351114025
Binary11010001011011001100010110000111011101001001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680236; }

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

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

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

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

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

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

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

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