#680D5C

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

Shades of Palatinate Purple #680D5C

Tints of Palatinate Purple #680D5C

Color information

#680D5C (or 0x680D5C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0D and 5C. RGB value is (104,13,92). Sum of RGB (Red+Green+Blue) = 104+13+92=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680D5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D5C is #97F2A3. Grayscale: #303030. Windows color (decimal): -9958052 or 6032744. OLE color: 6032744.

HSL color Cylindrical-coordinate representation of color #680D5C: hue angle of 307.91º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D5C is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1041392-
CMYK00.880.120.59
HSL307.91º77.78%22.94%-
HSV(B)307.91º87.5%40.78%-
XYZ7.78410.49-
YUV49.22152.15167.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=49.76%
G=6.22%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104139200.880.120.59307.9177.7822.94
Hex68D5C058C3B1344e17
Octal150151340130147346411627
Binary110100011011011100010110001100111011100110100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,13,92); }

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

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

 a { background-color: rgb(104,13,92); }

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

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

 span { border-color: rgb(104,13,92); }

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