#680751

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

Shades of Tyrian Purple #680751

Tints of Tyrian Purple #680751

Color information

#680751 (or 0x680751) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 51. RGB value is (104,7,81). Sum of RGB (Red+Green+Blue) = 104+7+81=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680751 is #97F8AE. Grayscale: #2C2C2C. Windows color (decimal): -9959599 or 5310312. OLE color: 5310312.

HSL color Cylindrical-coordinate representation of color #680751: hue angle of 314.23º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680751 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB104781-
CMYK00.930.220.59
HSL314.23º87.39%21.76%-
HSV(B)314.23º93.27%40.78%-
XYZ7.273.698.11-
YUV44.44148.64170.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=54.17%
G=3.65%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10478100.930.220.59314.2387.3921.76
Hex6875105D163B13a5716
Octal15071210135267347212726
Binary110100011110100010101110110110111011100111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680751; }

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

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

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

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

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

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

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

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