#680B5D

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

Shades of Palatinate Purple #680B5D

Tints of Palatinate Purple #680B5D

Color information

#680B5D (or 0x680B5D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0B and 5D. RGB value is (104,11,93). Sum of RGB (Red+Green+Blue) = 104+11+93=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B5D is #97F4A2. Grayscale: #2F2F2F. Windows color (decimal): -9958563 or 6097768. OLE color: 6097768.

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

Color convert

RGB1041193-
CMYK00.890.110.59
HSL307.1º80.87%22.55%-
HSV(B)307.1º89.42%40.78%-
XYZ7.83.9710.71-
YUV48.16153.31167.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 5.29%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=50%
G=5.29%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104119300.890.110.59307.180.8722.55
Hex68B5D059B3B1335117
Octal150131350131137346312127
Binary110100010111011101010110011011111011100110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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