#682E5A

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

Shades of Palatinate Purple #682E5A

Tints of Palatinate Purple #682E5A

Color information

#682E5A (or 0x682E5A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2E and 5A. RGB value is (104,46,90). Sum of RGB (Red+Green+Blue) = 104+46+90=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5A is #97D1A5. Grayscale: #444444. Windows color (decimal): -9949606 or 5910120. OLE color: 5910120.

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

Color convert

RGB1044690-
CMYK00.560.130.59
HSL314.48º38.67%29.41%-
HSV(B)314.48º55.77%40.78%-
XYZ8.535.6410.31-
YUV68.36140.22153.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=43.33%
G=19.17%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104469000.560.130.59314.4838.6729.41
Hex682E5A038D3B13a271d
Octal1505613207015734724735
Binary110100010111010110100111000110111101110011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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