#680a4d

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

Shades of Tyrian Purple #680A4D

Tints of Tyrian Purple #680A4D

Color information

#680A4D (or 0x680A4D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0A and 4D. RGB value is (104,10,77). Sum of RGB (Red+Green+Blue) = 104+10+77=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #680A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A4D is #97F5B2. Grayscale: #2D2D2D. Windows color (decimal): -9958835 or 5048936. OLE color: 5048936.

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

Color convert

RGB1041077-
CMYK00.900.260.59
HSL317.23º82.46%22.35%-
HSV(B)317.23º90.38%40.78%-
XYZ7.163.77.36-
YUV45.74145.64169.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=54.45%
G=5.24%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104107700.900.260.59317.2382.4622.35
Hex68A4D05A1A3B13d5216
Octal150121150132327347512226
Binary1101000101010011010101101011010111011100111101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680a4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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