#682357

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

Shades of Palatinate Purple #682357

Tints of Palatinate Purple #682357

Color information

#682357 (or 0x682357) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 57. RGB value is (104,35,87). Sum of RGB (Red+Green+Blue) = 104+35+87=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #682357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682357 is #97DCA8. Grayscale: #3D3D3D. Windows color (decimal): -9952425 or 5710696. OLE color: 5710696.

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

Color convert

RGB1043587-
CMYK00.660.160.59
HSL314.78º49.64%27.25%-
HSV(B)314.78º66.35%40.78%-
XYZ8.034.839.53-
YUV61.56142.36158.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=46.02%
G=15.49%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104358700.660.160.59314.7849.6427.25
Hex682357042103B13b321b
Octal15043127010220734736233
Binary11010001000111010111010000101000011101110011101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682357; }

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

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

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

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

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

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

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

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