#682056

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

Shades of Palatinate Purple #682056

Tints of Palatinate Purple #682056

Color information

#682056 (or 0x682056) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 56. RGB value is (104,32,86). Sum of RGB (Red+Green+Blue) = 104+32+86=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #682056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682056 is #97DFA9. Grayscale: #3B3B3B. Windows color (decimal): -9953194 or 5644392. OLE color: 5644392.

HSL color Cylindrical-coordinate representation of color #682056: hue angle of 315º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682056 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1043286-
CMYK00.690.170.59
HSL315º52.94%26.67%-
HSV(B)315º69.23%40.78%-
XYZ7.914.659.28-
YUV59.68142.85159.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=46.85%
G=14.41%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104328600.690.170.5931552.9426.67
Hex682056045113B13b351b
Octal15040126010521734736533
Binary11010001000001010110010001011000111101110011101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682056; }

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

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

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

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

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

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

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

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