#680B57

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

Shades of Palatinate Purple #680B57

Tints of Palatinate Purple #680B57

Color information

#680B57 (or 0x680B57) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0B and 57. RGB value is (104,11,87). Sum of RGB (Red+Green+Blue) = 104+11+87=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B57 is #97F4A8. Grayscale: #2F2F2F. Windows color (decimal): -9958569 or 5704552. OLE color: 5704552.

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

Color convert

RGB1041187-
CMYK00.890.160.59
HSL310.97º80.87%22.55%-
HSV(B)310.97º89.42%40.78%-
XYZ7.553.879.37-
YUV47.47150.31168.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=51.49%
G=5.45%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104118700.890.160.59310.9780.8722.55
Hex68B57059103B1375117
Octal150131270131207346712127
Binary1101000101110101110101100110000111011100110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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