#682757

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

Shades of Palatinate Purple #682757

Tints of Palatinate Purple #682757

Color information

#682757 (or 0x682757) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 57. RGB value is (104,39,87). Sum of RGB (Red+Green+Blue) = 104+39+87=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682757 is #97D8A8. Grayscale: #3F3F3F. Windows color (decimal): -9951401 or 5711720. OLE color: 5711720.

HSL color Cylindrical-coordinate representation of color #682757: hue angle of 315.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682757 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1043987-
CMYK00.620.160.59
HSL315.69º45.45%28.04%-
HSV(B)315.69º62.5%40.78%-
XYZ8.155.089.57-
YUV63.91141.03156.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=45.22%
G=16.96%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104398700.620.160.59315.6945.4528.04
Hex68275703E103B13c2d1c
Octal1504712707620734745534
Binary1101000100111101011101111101000011101110011110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682757; }

 p { color: rgb(104,39,87); }

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

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

 a { background-color: rgb(104,39,87); }

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

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

 span { border-color: rgb(104,39,87); }

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