#680A4A

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

Shades of Tyrian Purple #680A4A

Tints of Tyrian Purple #680A4A

Color information

#680A4A (or 0x680A4A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0A and 4A. RGB value is (104,10,74). Sum of RGB (Red+Green+Blue) = 104+10+74=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #680A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A4A is #97F5B5. Grayscale: #2D2D2D. Windows color (decimal): -9958838 or 4852328. OLE color: 4852328.

HSL color Cylindrical-coordinate representation of color #680A4A: hue angle of 319.15º 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 #680A4A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1041074-
CMYK00.900.290.59
HSL319.15º82.46%22.35%-
HSV(B)319.15º90.38%40.78%-
XYZ7.053.656.81-
YUV45.4144.14169.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=55.32%
G=5.32%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104107400.900.290.59319.1582.4622.35
Hex68A4A05A1D3B13f5216
Octal150121120132357347712226
Binary1101000101010010100101101011101111011100111111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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