#680E5A

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

Shades of Palatinate Purple #680E5A

Tints of Palatinate Purple #680E5A

Color information

#680E5A (or 0x680E5A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0E and 5A. RGB value is (104,14,90). Sum of RGB (Red+Green+Blue) = 104+14+90=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E5A is #97F1A5. Grayscale: #313131. Windows color (decimal): -9957798 or 5901928. OLE color: 5901928.

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

Color convert

RGB1041490-
CMYK00.870.130.59
HSL309.33º76.27%23.14%-
HSV(B)309.33º86.54%40.78%-
XYZ7.71410.04-
YUV49.57150.82166.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=50%
G=6.73%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104149000.870.130.59309.3376.2723.14
Hex68E5A057D3B1354c17
Octal150161320127157346511427
Binary110100011101011010010101111101111011100110101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,14,90); }

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

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

 a { background-color: rgb(104,14,90); }

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

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

 span { border-color: rgb(104,14,90); }

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