#680A55

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

Shades of Tyrian Purple #680A55

Tints of Tyrian Purple #680A55

Color information

#680A55 (or 0x680A55) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0A and 55. RGB value is (104,10,85). Sum of RGB (Red+Green+Blue) = 104+10+85=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680A55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A55 is #97F5AA. Grayscale: #2E2E2E. Windows color (decimal): -9958827 or 5573224. OLE color: 5573224.

HSL color Cylindrical-coordinate representation of color #680A55: hue angle of 312.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A55 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1041085-
CMYK00.900.180.59
HSL312.13º82.46%22.35%-
HSV(B)312.13º90.38%40.78%-
XYZ7.463.828.94-
YUV46.66149.64168.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 10 (4.30% from 255) = 5.03%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=52.26%
G=5.03%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104108500.900.180.59312.1382.4622.35
Hex68A5505A123B1385216
Octal150121250132227347012226
Binary1101000101010101010101101010010111011100111000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680A55; }

 p { color: rgb(104,10,85); }

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

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

 a { background-color: rgb(104,10,85); }

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

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

 span { border-color: rgb(104,10,85); }

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