#682A56

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

Shades of Palatinate Purple #682A56

Tints of Palatinate Purple #682A56

Color information

#682A56 (or 0x682A56) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2A and 56. RGB value is (104,42,86). Sum of RGB (Red+Green+Blue) = 104+42+86=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #682A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A56 is #97D5A9. Grayscale: #414141. Windows color (decimal): -9950634 or 5646952. OLE color: 5646952.

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

Color convert

RGB1044286-
CMYK00.600.170.59
HSL317.42º42.47%28.63%-
HSV(B)317.42º59.62%40.78%-
XYZ8.225.279.39-
YUV65.55139.54155.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=44.83%
G=18.10%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104428600.600.170.59317.4242.4728.63
Hex682A5603C113B13d2a1d
Octal1505212607421734755235
Binary1101000101010101011001111001000111101110011110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,86); }

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

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

 a { background-color: rgb(104,42,86); }

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

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

 span { border-color: rgb(104,42,86); }

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