#620657

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

Shades of Palatinate Purple #620657

Tints of Palatinate Purple #620657

Color information

#620657 (or 0x620657) is unknown color: approx Palatinate Purple. HEX triplet: 62, 06 and 57. RGB value is (98,6,87). Sum of RGB (Red+Green+Blue) = 98+6+87=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #620657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620657 is #9DF9A8. Grayscale: #2A2A2A. Windows color (decimal): -10353065 or 5703266. OLE color: 5703266.

HSL color Cylindrical-coordinate representation of color #620657: hue angle of 307.17º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620657 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB98687-
CMYK00.940.110.62
HSL307.17º88.46%20.39%-
HSV(B)307.17º93.88%38.43%-
XYZ6.823.429.32-
YUV42.74152.98167.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=51.31%
G=3.14%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9868700.940.110.62307.1788.4620.39
Hex6265705EB3E1335814
Octal14261270136137646313024
Binary11000101101010111010111101011111110100110011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620657; }

 p { color: rgb(98,6,87); }

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

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

 a { background-color: rgb(98,6,87); }

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

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

 span { border-color: rgb(98,6,87); }

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