#682E5D

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

Shades of Palatinate Purple #682E5D

Tints of Palatinate Purple #682E5D

Color information

#682E5D (or 0x682E5D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2E and 5D. RGB value is (104,46,93). Sum of RGB (Red+Green+Blue) = 104+46+93=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5D is #97D1A2. Grayscale: #444444. Windows color (decimal): -9949603 or 6106728. OLE color: 6106728.

HSL color Cylindrical-coordinate representation of color #682E5D: hue angle of 311.38º 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 #682E5D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1044693-
CMYK00.560.110.59
HSL311.38º38.67%29.41%-
HSV(B)311.38º55.77%40.78%-
XYZ8.665.6911-
YUV68.7141.72153.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=42.80%
G=18.93%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104469300.560.110.59311.3838.6729.41
Hex682E5D038B3B137271d
Octal1505613507013734674735
Binary110100010111010111010111000101111101110011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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