#680942

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

Shades of Tyrian Purple #680942

Tints of Tyrian Purple #680942

Color information

#680942 (or 0x680942) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 42. RGB value is (104,9,66). Sum of RGB (Red+Green+Blue) = 104+9+66=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680942 is #97F6BD. Grayscale: #2B2B2B. Windows color (decimal): -9959102 or 4327784. OLE color: 4327784.

HSL color Cylindrical-coordinate representation of color #680942: hue angle of 324º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680942 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB104966-
CMYK00.910.370.59
HSL324º84.07%22.16%-
HSV(B)324º91.35%40.78%-
XYZ6.793.535.48-
YUV43.9140.47170.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=58.10%
G=5.03%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10496600.910.370.5932484.0722.16
Hex6894205B253B1445416
Octal150111020133457350412426
Binary11010001001100001001011011100101111011101000100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680942; }

 p { color: rgb(104,9,66); }

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

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

 a { background-color: rgb(104,9,66); }

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

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

 span { border-color: rgb(104,9,66); }

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