#680D51

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

Shades of Tyrian Purple #680D51

Tints of Tyrian Purple #680D51

Color information

#680D51 (or 0x680D51) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0D and 51. RGB value is (104,13,81). Sum of RGB (Red+Green+Blue) = 104+13+81=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D51 is #97F2AE. Grayscale: #2F2F2F. Windows color (decimal): -9958063 or 5311848. OLE color: 5311848.

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

Color convert

RGB1041381-
CMYK00.880.220.59
HSL315.16º77.78%22.94%-
HSV(B)315.16º87.5%40.78%-
XYZ7.343.828.14-
YUV47.96146.65167.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=52.53%
G=6.57%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104138100.880.220.59315.1677.7822.94
Hex68D51058163B13b4e17
Octal150151210130267347311627
Binary1101000110110100010101100010110111011100111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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