#682C5D

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

Shades of Palatinate Purple #682C5D

Tints of Palatinate Purple #682C5D

Color information

#682C5D (or 0x682C5D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2C and 5D. RGB value is (104,44,93). Sum of RGB (Red+Green+Blue) = 104+44+93=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C5D is #97D3A2. Grayscale: #434343. Windows color (decimal): -9950115 or 6106216. OLE color: 6106216.

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

Color convert

RGB1044493-
CMYK00.580.110.59
HSL311º40.54%29.02%-
HSV(B)311º57.69%40.78%-
XYZ8.595.5310.97-
YUV67.53142.38154.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=43.15%
G=18.26%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104449300.580.110.5931140.5429.02
Hex682C5D03AB3B137291d
Octal1505413507213734675135
Binary110100010110010111010111010101111101110011011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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