#682057

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

Shades of Palatinate Purple #682057

Tints of Palatinate Purple #682057

Color information

#682057 (or 0x682057) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 57. RGB value is (104,32,87). Sum of RGB (Red+Green+Blue) = 104+32+87=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682057 is #97DFA8. Grayscale: #3B3B3B. Windows color (decimal): -9953193 or 5709928. OLE color: 5709928.

HSL color Cylindrical-coordinate representation of color #682057: hue angle of 314.17º 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 #682057 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1043287-
CMYK00.690.160.59
HSL314.17º52.94%26.67%-
HSV(B)314.17º69.23%40.78%-
XYZ7.954.669.5-
YUV59.8143.35159.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=46.64%
G=14.35%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104328700.690.160.59314.1752.9426.67
Hex682057045103B13a351b
Octal15040127010520734726533
Binary11010001000001010111010001011000011101110011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682057; }

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

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

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

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

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

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

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

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