#680A5D

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

Shades of Palatinate Purple #680A5D

Tints of Palatinate Purple #680A5D

Color information

#680A5D (or 0x680A5D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0A and 5D. RGB value is (104,10,93). Sum of RGB (Red+Green+Blue) = 104+10+93=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A5D is #97F5A2. Grayscale: #2F2F2F. Windows color (decimal): -9958819 or 6097512. OLE color: 6097512.

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

Color convert

RGB1041093-
CMYK00.900.110.59
HSL307.02º82.46%22.35%-
HSV(B)307.02º90.38%40.78%-
XYZ7.793.9510.71-
YUV47.57153.64168.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=50.24%
G=4.83%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104109300.900.110.59307.0282.4622.35
Hex68A5D05AB3B1335216
Octal150121350132137346312226
Binary110100010101011101010110101011111011100110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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