#620773

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

Shades of Purple #620773

Tints of Purple #620773

Color information

#620773 (or 0x620773) is unknown color: approx Purple. HEX triplet: 62, 07 and 73. RGB value is (98,7,115). Sum of RGB (Red+Green+Blue) = 98+7+115=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #620773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620773 is #9DF88C. Grayscale: #2E2E2E. Windows color (decimal): -10352781 or 7538530. OLE color: 7538530.

HSL color Cylindrical-coordinate representation of color #620773: hue angle of 290.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620773 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB987115-
CMYK0.150.9400.55
HSL290.56º88.52%23.92%-
HSV(B)290.56º93.91%45.1%-
XYZ8.213.9916.56-
YUV46.52166.65164.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=44.55%
G=3.18%
B=52.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9871150.150.9400.55290.5688.5223.92
Hex62773F5E0371235918
Octal14271631713606744313130
Binary11000101111110011111110111100110111100100011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620773; }

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

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

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

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

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

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

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

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