#682B5B

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

Shades of Palatinate Purple #682B5B

Tints of Palatinate Purple #682B5B

Color information

#682B5B (or 0x682B5B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2B and 5B. RGB value is (104,43,91). Sum of RGB (Red+Green+Blue) = 104+43+91=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B5B is #97D4A4. Grayscale: #424242. Windows color (decimal): -9950373 or 5974888. OLE color: 5974888.

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

Color convert

RGB1044391-
CMYK00.590.120.59
HSL312.79º41.5%28.82%-
HSV(B)312.79º58.65%40.78%-
XYZ8.465.4310.5-
YUV66.71141.71154.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=43.70%
G=18.07%
B=38.24%

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
Decimal104439100.590.120.59312.7941.528.82
Hex682B5B03BC3B139291d
Octal1505313307314734715135
Binary110100010101110110110111011110011101110011100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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