#680D4C

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

Shades of Tyrian Purple #680D4C

Tints of Tyrian Purple #680D4C

Color information

#680D4C (or 0x680D4C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0D and 4C. RGB value is (104,13,76). Sum of RGB (Red+Green+Blue) = 104+13+76=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D4C is #97F2B3. Grayscale: #2F2F2F. Windows color (decimal): -9958068 or 4984168. OLE color: 4984168.

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

Color convert

RGB1041376-
CMYK00.880.270.59
HSL318.46º77.78%22.94%-
HSV(B)318.46º87.5%40.78%-
XYZ7.163.757.18-
YUV47.39144.15168.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=53.89%
G=6.74%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104137600.880.270.59318.4677.7822.94
Hex68D4C0581B3B13e4e17
Octal150151140130337347611627
Binary1101000110110011000101100011011111011100111110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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