#680E58

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

Shades of Palatinate Purple #680E58

Tints of Palatinate Purple #680E58

Color information

#680E58 (or 0x680E58) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0E and 58. RGB value is (104,14,88). Sum of RGB (Red+Green+Blue) = 104+14+88=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E58 is #97F1A7. Grayscale: #313131. Windows color (decimal): -9957800 or 5770856. OLE color: 5770856.

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

Color convert

RGB1041488-
CMYK00.870.150.59
HSL310.67º76.27%23.14%-
HSV(B)310.67º86.54%40.78%-
XYZ7.633.969.6-
YUV49.35149.82166.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=50.49%
G=6.80%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104148800.870.150.59310.6776.2723.14
Hex68E58057F3B1374c17
Octal150161300127177346711427
Binary110100011101011000010101111111111011100110111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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