#682F5B

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

Shades of Palatinate Purple #682F5B

Tints of Palatinate Purple #682F5B

Color information

#682F5B (or 0x682F5B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2F and 5B. RGB value is (104,47,91). Sum of RGB (Red+Green+Blue) = 104+47+91=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F5B is #97D0A4. Grayscale: #444444. Windows color (decimal): -9949349 or 5975912. OLE color: 5975912.

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

Color convert

RGB1044791-
CMYK00.550.120.59
HSL313.68º37.75%29.61%-
HSV(B)313.68º54.81%40.78%-
XYZ8.615.7310.55-
YUV69.06140.38152.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=42.98%
G=19.42%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104479100.550.120.59313.6837.7529.61
Hex682F5B037C3B13a261e
Octal1505713306714734724636
Binary110100010111110110110110111110011101110011101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,47,91); }

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

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

 a { background-color: rgb(104,47,91); }

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

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

 span { border-color: rgb(104,47,91); }

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