#682B59

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

Shades of Palatinate Purple #682B59

Tints of Palatinate Purple #682B59

Color information

#682B59 (or 0x682B59) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2B and 59. RGB value is (104,43,89). Sum of RGB (Red+Green+Blue) = 104+43+89=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B59 is #97D4A6. Grayscale: #424242. Windows color (decimal): -9950375 or 5843816. OLE color: 5843816.

HSL color Cylindrical-coordinate representation of color #682B59: hue angle of 314.75º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B59 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1044389-
CMYK00.590.140.59
HSL314.75º41.5%28.82%-
HSV(B)314.75º58.65%40.78%-
XYZ8.385.3910.05-
YUV66.48140.71154.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=44.07%
G=18.22%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104438900.590.140.59314.7541.528.82
Hex682B5903BE3B13b291d
Octal1505313107316734735135
Binary110100010101110110010111011111011101110011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682B59; }

 p { color: rgb(104,43,89); }

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

<style>
 a { background-color: #682B59; }

 a { background-color: rgb(104,43,89); }

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

<style>
 span { border-color: #682B59; }

 span { border-color: rgb(104,43,89); }

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