#680755

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

Shades of Tyrian Purple #680755

Tints of Tyrian Purple #680755

Color information

#680755 (or 0x680755) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 55. RGB value is (104,7,85). Sum of RGB (Red+Green+Blue) = 104+7+85=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680755 is #97F8AA. Grayscale: #2C2C2C. Windows color (decimal): -9959595 or 5572456. OLE color: 5572456.

HSL color Cylindrical-coordinate representation of color #680755: hue angle of 311.75º 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 #680755 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB104785-
CMYK00.930.180.59
HSL311.75º87.39%21.76%-
HSV(B)311.75º93.27%40.78%-
XYZ7.423.758.93-
YUV44.9150.64170.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=53.06%
G=3.57%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10478500.930.180.59311.7587.3921.76
Hex6875505D123B1385716
Octal15071250135227347012726
Binary110100011110101010101110110010111011100111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680755; }

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

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

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

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

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

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

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

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