#682557

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

Shades of Palatinate Purple #682557

Tints of Palatinate Purple #682557

Color information

#682557 (or 0x682557) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 57. RGB value is (104,37,87). Sum of RGB (Red+Green+Blue) = 104+37+87=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #682557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682557 is #97DAA8. Grayscale: #3E3E3E. Windows color (decimal): -9951913 or 5711208. OLE color: 5711208.

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

Color convert

RGB1043787-
CMYK00.640.160.59
HSL315.22º47.52%27.65%-
HSV(B)315.22º64.42%40.78%-
XYZ8.094.959.55-
YUV62.73141.7157.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=45.61%
G=16.23%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104378700.640.160.59315.2247.5227.65
Hex682557040103B13b301c
Octal15045127010020734736034
Binary11010001001011010111010000001000011101110011101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682557; }

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

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

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

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

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

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

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

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