#680a4c

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

Shades of Tyrian Purple #680A4C

Tints of Tyrian Purple #680A4C

Color information

#680A4C (or 0x680A4C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0A and 4C. RGB value is (104,10,76). Sum of RGB (Red+Green+Blue) = 104+10+76=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A4C is #97F5B3. Grayscale: #2D2D2D. Windows color (decimal): -9958836 or 4983400. OLE color: 4983400.

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

Color convert

RGB1041076-
CMYK00.900.270.59
HSL317.87º82.46%22.35%-
HSV(B)317.87º90.38%40.78%-
XYZ7.123.687.17-
YUV45.63145.14169.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 76 (30.08% from 255) = 40%
R=54.74%
G=5.26%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104107600.900.270.59317.8782.4622.35
Hex68A4C05A1B3B13e5216
Octal150121140132337347612226
Binary1101000101010011000101101011011111011100111110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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