#680D4A

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

Shades of Tyrian Purple #680D4A

Tints of Tyrian Purple #680D4A

Color information

#680D4A (or 0x680D4A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0D and 4A. RGB value is (104,13,74). Sum of RGB (Red+Green+Blue) = 104+13+74=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #680D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D4A is #97F2B5. Grayscale: #2F2F2F. Windows color (decimal): -9958070 or 4853096. OLE color: 4853096.

HSL color Cylindrical-coordinate representation of color #680D4A: hue angle of 319.78º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D4A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1041374-
CMYK00.880.290.59
HSL319.78º77.78%22.94%-
HSV(B)319.78º87.5%40.78%-
XYZ7.093.736.82-
YUV47.16143.15168.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=54.45%
G=6.81%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104137400.880.290.59319.7877.7822.94
Hex68D4A0581D3B1404e17
Octal150151120130357350011627
Binary1101000110110010100101100011101111011101000000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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