#620756

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

Shades of Palatinate Purple #620756

Tints of Palatinate Purple #620756

Color information

#620756 (or 0x620756) is unknown color: approx Palatinate Purple. HEX triplet: 62, 07 and 56. RGB value is (98,7,86). Sum of RGB (Red+Green+Blue) = 98+7+86=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #620756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620756 is #9DF8A9. Grayscale: #2A2A2A. Windows color (decimal): -10352810 or 5637986. OLE color: 5637986.

HSL color Cylindrical-coordinate representation of color #620756: hue angle of 307.91º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620756 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB98786-
CMYK00.930.120.62
HSL307.91º86.67%20.59%-
HSV(B)307.91º92.86%38.43%-
XYZ6.793.429.11-
YUV43.22152.15167.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=51.31%
G=3.66%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9878600.930.120.62307.9186.6720.59
Hex6275605DC3E1345715
Octal14271260135147646412725
Binary11000101111010110010111011100111110100110100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620756; }

 p { color: rgb(98,7,86); }

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

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

 a { background-color: rgb(98,7,86); }

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

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

 span { border-color: rgb(98,7,86); }

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