#620659

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

Shades of Palatinate Purple #620659

Tints of Palatinate Purple #620659

Color information

#620659 (or 0x620659) is unknown color: approx Palatinate Purple. HEX triplet: 62, 06 and 59. RGB value is (98,6,89). Sum of RGB (Red+Green+Blue) = 98+6+89=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #620659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620659 is #9DF9A6. Grayscale: #2A2A2A. Windows color (decimal): -10353063 or 5834338. OLE color: 5834338.

HSL color Cylindrical-coordinate representation of color #620659: hue angle of 305.87º 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 #620659 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB98689-
CMYK00.940.090.62
HSL305.87º88.46%20.39%-
HSV(B)305.87º93.88%38.43%-
XYZ6.913.459.75-
YUV42.97153.98167.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=50.78%
G=3.11%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9868900.940.090.62305.8788.4620.39
Hex6265905E93E1325814
Octal14261310136117646213024
Binary11000101101011001010111101001111110100110010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620659; }

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

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

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

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

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

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

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

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