#680757

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

Shades of Palatinate Purple #680757

Tints of Palatinate Purple #680757

Color information

#680757 (or 0x680757) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 57. RGB value is (104,7,87). Sum of RGB (Red+Green+Blue) = 104+7+87=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680757 is #97F8A8. Grayscale: #2C2C2C. Windows color (decimal): -9959593 or 5703528. OLE color: 5703528.

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

Color convert

RGB104787-
CMYK00.930.160.59
HSL310.52º87.39%21.76%-
HSV(B)310.52º93.27%40.78%-
XYZ7.513.789.35-
YUV45.12151.64170-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=52.53%
G=3.54%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10478700.930.160.59310.5287.3921.76
Hex6875705D103B1375716
Octal15071270135207346712726
Binary110100011110101110101110110000111011100110111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680757; }

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

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

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

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

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

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

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

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