#680A57

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

Shades of Palatinate Purple #680A57

Tints of Palatinate Purple #680A57

Color information

#680A57 (or 0x680A57) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0A and 57. RGB value is (104,10,87). Sum of RGB (Red+Green+Blue) = 104+10+87=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A57 is #97F5A8. Grayscale: #2E2E2E. Windows color (decimal): -9958825 or 5704296. OLE color: 5704296.

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

Color convert

RGB1041087-
CMYK00.900.160.59
HSL310.85º82.46%22.35%-
HSV(B)310.85º90.38%40.78%-
XYZ7.543.859.36-
YUV46.88150.64168.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=51.74%
G=4.98%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104108700.900.160.59310.8582.4622.35
Hex68A5705A103B1375216
Octal150121270132207346712226
Binary1101000101010101110101101010000111011100110111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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