#682B5C

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

Shades of Palatinate Purple #682B5C

Tints of Palatinate Purple #682B5C

Color information

#682B5C (or 0x682B5C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2B and 5C. RGB value is (104,43,92). Sum of RGB (Red+Green+Blue) = 104+43+92=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B5C is #97D4A3. Grayscale: #424242. Windows color (decimal): -9950372 or 6040424. OLE color: 6040424.

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

Color convert

RGB1044392-
CMYK00.590.120.59
HSL311.8º41.5%28.82%-
HSV(B)311.8º58.65%40.78%-
XYZ8.55.4410.73-
YUV66.82142.21154.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=43.51%
G=17.99%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104439200.590.120.59311.841.528.82
Hex682B5C03BC3B138291d
Octal1505313407314734705135
Binary110100010101110111000111011110011101110011100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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